From 6bba9b42448c966b4d7425ab0ca6f86f26564fb5 Mon Sep 17 00:00:00 2001 From: bz Date: Mon, 26 May 2008 10:40:09 +0000 Subject: Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE and parts relied on the now removed NET_NEEDS_GIANT. Most of I4B has been disconnected from the build since July 2007 in HEAD/RELENG_7. This is what was removed: - configuration in /etc/isdn - examples - man pages - kernel configuration - sys/i4b (drivers, layers, include files) - user space tools - i4b support from ppp - further documentation Discussed with: rwatson, re --- sys/pc98/conf/NOTES | 138 ---------------------------------------------------- 1 file changed, 138 deletions(-) (limited to 'sys/pc98') diff --git a/sys/pc98/conf/NOTES b/sys/pc98/conf/NOTES index 6f50f50..cc7a4c7 100644 --- a/sys/pc98/conf/NOTES +++ b/sys/pc98/conf/NOTES @@ -500,143 +500,6 @@ device pmtimer # Adjust system timer at wakeup time options POWERFAIL_NMI # make it beep instead of panicing -#--------------------------------------------------------------------------- -# ISDN4BSD -# -# 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 -# -#--------------------------------------------------------------------------- - # # Set the number of PV entries per process. Increasing this can # stop panics related to heavy use of shared memory. However, that can @@ -739,7 +602,6 @@ options FB_INSTALL_CDEV # install a CDEV entry in /dev options PECOFF_SUPPORT options PECOFF_DEBUG -options I4B_SMP_WORKAROUND options I586_PMC_GUPROF=0x70000 options KBDIO_DEBUG=2 options KBD_MAXRETRY=4 -- cgit v1.1