diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index b7d56d0e7b22..d6d9d12608c3 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 21d9fe0e78b2..0fff3759ac3a 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 b7d56d0e7b22..d6d9d12608c3 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 21d9fe0e78b2..0fff3759ac3a 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 # -------------------------------