Deleted Added
full compact
7c7
< # $FreeBSD: head/sys/pc98/conf/NOTES 177651 2008-03-26 22:12:00Z phk $
---
> # $FreeBSD: head/sys/pc98/conf/NOTES 179315 2008-05-26 10:40:09Z bz $
503,504d502
< #---------------------------------------------------------------------------
< # ISDN4BSD
506,640d503
< # See /usr/share/examples/isdn/ROADMAP for an introduction to isdn4bsd.
< #
< # i4b passive ISDN cards support contains the following hardware drivers:
< #
< # isic - Siemens/Infineon ISDN ISAC/HSCX/IPAC chipset driver
< # iwic - Winbond W6692 PCI bus ISDN S/T interface controller
< # ifpi - AVM Fritz!Card PCI driver
< # ifpi2 - AVM Fritz!Card PCI version 2 driver
< # ihfc - Cologne Chip HFC ISA/ISA-PnP chipset driver
< # ifpnp - AVM Fritz!Card PnP driver
< # itjc - Siemens ISAC / TJNet Tiger300/320 chipset
< #
< # i4b active ISDN cards support contains the following hardware drivers:
< #
< # iavc - AVM B1 PCI, AVM B1 ISA, AVM T1
< #
< # Note that the ``options'' (if given) and ``device'' lines must BOTH
< # be uncommented to enable support for a given card !
< #
< # In addition to a hardware driver (and probably an option) the mandatory
< # ISDN protocol stack devices and the mandatory support device must be
< # enabled as well as one or more devices from the optional devices section.
< #
< #---------------------------------------------------------------------------
< # isic driver (Siemens/Infineon chipsets)
< #
< device isic
< #
< # PCI bus Cards:
< # --------------
< #
< # ELSA MicroLink ISDN/PCI (same as ELSA QuickStep 1000pro PCI)
< options ELSA_QS1PCI
< #
< #---------------------------------------------------------------------------
< # ifpnp driver for AVM Fritz!Card PnP
< #
< # AVM Fritz!Card PnP
< device ifpnp
< #
< #---------------------------------------------------------------------------
< # ihfc driver for Cologne Chip ISA chipsets (experimental!)
< #
< # Teles 16.3c ISA PnP
< # AcerISDN P10 ISA PnP
< # TELEINT ISDN SPEED No.1
< device ihfc
< #
< #---------------------------------------------------------------------------
< # ifpi driver for AVM Fritz!Card PCI
< #
< # AVM Fritz!Card PCI
< device ifpi
< #
< #---------------------------------------------------------------------------
< # ifpi2 driver for AVM Fritz!Card PCI version 2
< #
< # AVM Fritz!Card PCI version 2
< device ifpi2
< #
< #---------------------------------------------------------------------------
< # iwic driver for Winbond W6692 chipset
< #
< # ASUSCOM P-IN100-ST-D (and other Winbond W6692 based cards)
< device iwic
< #
< #---------------------------------------------------------------------------
< # itjc driver for Siemens ISAC / TJNet Tiger300/320 chipset
< #
< # Traverse Technologies NETjet-S
< # Teles PCI-TJ
< device itjc
< #
< #---------------------------------------------------------------------------
< # iavc driver (AVM active cards, needs i4bcapi driver!)
< #
< device iavc
< #
< #---------------------------------------------------------------------------
< # ISDN Protocol Stack - mandatory for all hardware drivers
< #
< # Q.921 / layer 2 - i4b passive cards D channel handling
< device i4bq921
< #
< # Q.931 / layer 3 - i4b passive cards D channel handling
< device i4bq931
< #
< # layer 4 - i4b common passive and active card handling
< device i4b
< #
< #---------------------------------------------------------------------------
< # ISDN devices - mandatory for all hardware drivers
< #
< # userland driver to do ISDN tracing (for passive cards only)
< device i4btrc
< options NI4BTRC=4
< #
< # userland driver to control the whole thing
< device i4bctl
< #
< #---------------------------------------------------------------------------
< # ISDN devices - optional
< #
< # userland driver for access to raw B channel
< device i4brbch
< options NI4BRBCH=4
< #
< # userland driver for telephony
< device i4btel
< options NI4BTEL=2
< #
< #XXXBZ# IPR and ISPPP are not usable until I4B is locked.
< # network driver for IP over raw HDLC ISDN
< #XXXBZ#device i4bipr
< #XXXBZ#options NI4BIPR=4
< # enable VJ header compression detection for ipr i/f
< #XXXBZ#options IPR_VJ
< # enable logging of the first n IP packets to isdnd (n=32 here)
< #XXXBZ#options IPR_LOG=32
< #
< # network driver for sync PPP over ISDN; requires an equivalent
< # number of sppp device to be configured
< #XXXBZ#device i4bisppp
< #XXXBZ#options NI4BISPPP=4
< #
< # B-channel interface to the netgraph subsystem
< #XXXBZ#device i4bing
< #XXXBZ#options NI4BING=2
< #
< # CAPI driver needed for active ISDN cards (see iavc driver above)
< device i4bcapi
< #
< #---------------------------------------------------------------------------
<
< #
742d604
< options I4B_SMP_WORKAROUND