diff options
| author | Hellmuth Michaelis <hm@FreeBSD.org> | 2001-01-11 15:35:45 +0000 |
|---|---|---|
| committer | Hellmuth Michaelis <hm@FreeBSD.org> | 2001-01-11 15:35:45 +0000 |
| commit | 8301794f59d20e1ae194cde7e79a8b860d50b453 (patch) | |
| tree | 62090144141262d39f196a2cc18efa7ff7b6907e | |
| parent | dc567da173e24bd2e4339e3ed65f17481dea2a55 (diff) | |
Notes
| -rw-r--r-- | sys/conf/NOTES | 16 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 16 |
2 files changed, 24 insertions, 8 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 172aff0c057f..936e11d18fca 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2257,11 +2257,12 @@ hint.pcf.0.irq="5" # # 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 -# ihfc - Cologne Chip HFC ISA/ISA-PnP chipset driver +# 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 +# ihfc - Cologne Chip HFC ISA/ISA-PnP chipset driver # ifpnp - AVM Fritz!Card PnP driver +# itjc - Siemens ISAC / TJNet Tiger300/320 chipset # # Note that the ``options'' (if given) and ``device'' lines must BOTH # be uncommented to enable support for a given card ! @@ -2389,6 +2390,13 @@ device ifpi device iwic # #--------------------------------------------------------------------------- +# itjc driver for Simens ISAC / TJNet Tiger300/320 chipset +# +# Traverse Technologies NETjet-S +# Teles PCI-TJ +device itjc +# +#--------------------------------------------------------------------------- # ISDN Protocol Stack - mandatory for all hardware drivers # # Q.921 / layer 2 - i4b passive cards D channel handling diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 172aff0c057f..936e11d18fca 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -2257,11 +2257,12 @@ hint.pcf.0.irq="5" # # 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 -# ihfc - Cologne Chip HFC ISA/ISA-PnP chipset driver +# 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 +# ihfc - Cologne Chip HFC ISA/ISA-PnP chipset driver # ifpnp - AVM Fritz!Card PnP driver +# itjc - Siemens ISAC / TJNet Tiger300/320 chipset # # Note that the ``options'' (if given) and ``device'' lines must BOTH # be uncommented to enable support for a given card ! @@ -2389,6 +2390,13 @@ device ifpi device iwic # #--------------------------------------------------------------------------- +# itjc driver for Simens ISAC / TJNet Tiger300/320 chipset +# +# Traverse Technologies NETjet-S +# Teles PCI-TJ +device itjc +# +#--------------------------------------------------------------------------- # ISDN Protocol Stack - mandatory for all hardware drivers # # Q.921 / layer 2 - i4b passive cards D channel handling |
