mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
add kernel config support for i4b driver for AVM Fritz PCI
This commit is contained in:
parent
c76c6f9233
commit
c02553cef2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=44552
@ -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
|
||||
|
@ -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
|
||||
# -------------------------------
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
# -------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user