diff options
author | hm <hm@FreeBSD.org> | 1999-05-20 10:14:57 +0000 |
---|---|---|
committer | hm <hm@FreeBSD.org> | 1999-05-20 10:14:57 +0000 |
commit | 2077acfca034178f39e3fa4e86cb8d371f44737c (patch) | |
tree | 730187a2063473cb0d2e7cac998a9a4307285426 /sys/conf | |
parent | 5ea75aea8a2633cc0acf9dd870c1e1db1abd6a21 (diff) | |
download | FreeBSD-src-2077acfca034178f39e3fa4e86cb8d371f44737c.zip FreeBSD-src-2077acfca034178f39e3fa4e86cb8d371f44737c.tar.gz |
upgrade isdn4bsd from version 0.71 to the just released version 0.81
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/NOTES | 14 | ||||
-rw-r--r-- | sys/conf/options.i386 | 3 |
2 files changed, 14 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index c76daa6..3863d79 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.598 1999/05/14 03:57:24 obrien Exp $ +# $Id: LINT,v 1.599 1999/05/18 12:55:11 roger Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -1773,7 +1773,9 @@ device iicsmb0 at iicbus? controller pcf0 at isa? port 0x320 irq 5 # ISDN4BSD section - +# +# see /usr/share/examples/isdn/ROADMAP for an introduction to isdn4bsd. +# # i4b passive ISDN cards support (isic - I4b Siemens Isdn Chipset driver) # note that the ``options'' and ``device'' lines must BOTH be defined ! # @@ -1804,6 +1806,10 @@ options USR_STI options ITKIX1 #device isic0 at isa? port 0x398 irq 10 flags 18 # +# ELSA PCC-16 +options "ELSA_PCC16" +#device isic0 at isa? port 0x360 irq 10 flags 19 +# # PnP-Cards: # ---------- # @@ -1838,6 +1844,10 @@ options ELSA_QS1ISA options ELSA_QS1PCI #device isic0 # +# AVM Fritz!Card PCI +options "AVM_A1_PCI" +#device isic0 +# # PCMCIA-Cards: # ------------- # diff --git a/sys/conf/options.i386 b/sys/conf/options.i386 index 1553c5c..205912e 100644 --- a/sys/conf/options.i386 +++ b/sys/conf/options.i386 @@ -1,4 +1,4 @@ -# $Id: options.i386,v 1.112 1999/04/24 21:46:56 peter Exp $ +# $Id: options.i386,v 1.113 1999/05/09 13:10:49 peter Exp $ DISABLE_PSE IDE_DELAY @@ -138,6 +138,7 @@ TEL_S0_16_3 opt_i4b.h AVM_A1 opt_i4b.h USR_STI opt_i4b.h ITKIX1 opt_i4b.h +ELSA_PCC16 opt_i4b.h # ------------------------------- # isdn4bsd: passive ISA PnP cards # ------------------------------- |