summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhm <hm@FreeBSD.org>1999-03-07 16:11:12 +0000
committerhm <hm@FreeBSD.org>1999-03-07 16:11:12 +0000
commitb5deeb6bf1fe0c49cd65fd1140c0935a47d172de (patch)
tree2493c56f29bcad59d06c02e12ed5fb916b857309
parent8f0bddf02a0d3e576260df9a004eb7a4a7352565 (diff)
downloadFreeBSD-src-b5deeb6bf1fe0c49cd65fd1140c0935a47d172de.zip
FreeBSD-src-b5deeb6bf1fe0c49cd65fd1140c0935a47d172de.tar.gz
add kernel config support for i4b driver for AVM Fritz PCI
-rw-r--r--sys/conf/files.i3863
-rw-r--r--sys/conf/options.i3863
-rw-r--r--sys/i386/conf/files.i3863
-rw-r--r--sys/i386/conf/options.i3863
4 files changed, 8 insertions, 4 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index b7d56d0..d6d9d12 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -1,7 +1,7 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
-# $Id: files.i386,v 1.224 1999/03/01 21:19:19 sos Exp $
+# $Id: files.i386,v 1.225 1999/03/04 09:53:18 sos Exp $
#
# The long compile-with and dependency lines are required because of
# limitations in config: backslash-newline doesn't work in strings, and
@@ -307,6 +307,7 @@ i4b/layer1/i4b_tel_s0163.c optional isic device-driver
i4b/layer1/i4b_tel_s0P.c optional isic device-driver
i4b/layer1/i4b_ctx_s0P.c optional isic device-driver
i4b/layer1/i4b_avm_a1.c optional isic device-driver
+i4b/layer1/i4b_avm_fritz_pci.c optional isic device-driver
i4b/layer1/i4b_avm_fritz_pcmcia.c optional isic device-driver
i4b/layer1/i4b_usr_sti.c optional isic device-driver
i4b/layer1/i4b_itk_ix1.c optional isic device-driver
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386
index 21d9fe0..0fff375 100644
--- a/sys/conf/options.i386
+++ b/sys/conf/options.i386
@@ -1,4 +1,4 @@
-# $Id: options.i386,v 1.104 1999/01/23 10:51:58 yokota Exp $
+# $Id: options.i386,v 1.105 1999/03/03 10:40:24 kato Exp $
DISABLE_PSE
IDE_DELAY
@@ -155,6 +155,7 @@ ELSA_QS1ISA opt_i4b.h
# isdn4bsd: passive PCI cards
# -------------------------------
ELSA_QS1PCI opt_i4b.h
+AVM_A1_PCI opt_i4b.h
# -------------------------------
# isdn4bsd: passive PCMCIA cards
# -------------------------------
diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386
index b7d56d0..d6d9d12 100644
--- a/sys/i386/conf/files.i386
+++ b/sys/i386/conf/files.i386
@@ -1,7 +1,7 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
-# $Id: files.i386,v 1.224 1999/03/01 21:19:19 sos Exp $
+# $Id: files.i386,v 1.225 1999/03/04 09:53:18 sos Exp $
#
# The long compile-with and dependency lines are required because of
# limitations in config: backslash-newline doesn't work in strings, and
@@ -307,6 +307,7 @@ i4b/layer1/i4b_tel_s0163.c optional isic device-driver
i4b/layer1/i4b_tel_s0P.c optional isic device-driver
i4b/layer1/i4b_ctx_s0P.c optional isic device-driver
i4b/layer1/i4b_avm_a1.c optional isic device-driver
+i4b/layer1/i4b_avm_fritz_pci.c optional isic device-driver
i4b/layer1/i4b_avm_fritz_pcmcia.c optional isic device-driver
i4b/layer1/i4b_usr_sti.c optional isic device-driver
i4b/layer1/i4b_itk_ix1.c optional isic device-driver
diff --git a/sys/i386/conf/options.i386 b/sys/i386/conf/options.i386
index 21d9fe0..0fff375 100644
--- a/sys/i386/conf/options.i386
+++ b/sys/i386/conf/options.i386
@@ -1,4 +1,4 @@
-# $Id: options.i386,v 1.104 1999/01/23 10:51:58 yokota Exp $
+# $Id: options.i386,v 1.105 1999/03/03 10:40:24 kato Exp $
DISABLE_PSE
IDE_DELAY
@@ -155,6 +155,7 @@ ELSA_QS1ISA opt_i4b.h
# isdn4bsd: passive PCI cards
# -------------------------------
ELSA_QS1PCI opt_i4b.h
+AVM_A1_PCI opt_i4b.h
# -------------------------------
# isdn4bsd: passive PCMCIA cards
# -------------------------------
OpenPOWER on IntegriCloud