summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2007-07-04 00:18:39 +0000
committerbz <bz@FreeBSD.org>2007-07-04 00:18:39 +0000
commit9a790548f120077025d2a875e3a6042995316ec1 (patch)
tree432ddcd37338a6618834805292b5d0c2178db535 /sys/pc98
parent196b6346ba4e13a3f7679e2de3317b6aa65983df (diff)
downloadFreeBSD-src-9a790548f120077025d2a875e3a6042995316ec1.zip
FreeBSD-src-9a790548f120077025d2a875e3a6042995316ec1.tar.gz
Temporary disconnect i4bing, i4bisppp and i4bipr from the build for
the 7.0 timeframe. This is needed because I4B is not locked and NET_NEEDS_GIANT goes away. The plan is to lock I4B and bring everything back for 7.1. Approved by: re (kensmith)
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/conf/NOTES17
1 files changed, 9 insertions, 8 deletions
diff --git a/sys/pc98/conf/NOTES b/sys/pc98/conf/NOTES
index 17aceef..09a2073 100644
--- a/sys/pc98/conf/NOTES
+++ b/sys/pc98/conf/NOTES
@@ -627,22 +627,23 @@ options NI4BRBCH=4
device i4btel
options NI4BTEL=2
#
+#XXXBZ# IPR and ISPPP are not usable until I4B is locked.
# network driver for IP over raw HDLC ISDN
-device i4bipr
-options NI4BIPR=4
+#XXXBZ#device i4bipr
+#XXXBZ#options NI4BIPR=4
# enable VJ header compression detection for ipr i/f
-options IPR_VJ
+#XXXBZ#options IPR_VJ
# enable logging of the first n IP packets to isdnd (n=32 here)
-options IPR_LOG=32
+#XXXBZ#options IPR_LOG=32
#
# network driver for sync PPP over ISDN; requires an equivalent
# number of sppp device to be configured
-device i4bisppp
-options NI4BISPPP=4
+#XXXBZ#device i4bisppp
+#XXXBZ#options NI4BISPPP=4
#
# B-channel interface to the netgraph subsystem
-device i4bing
-options NI4BING=2
+#XXXBZ#device i4bing
+#XXXBZ#options NI4BING=2
#
# CAPI driver needed for active ISDN cards (see iavc driver above)
device i4bcapi
OpenPOWER on IntegriCloud