summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-09-02 12:50:47 +0000
committerru <ru@FreeBSD.org>2004-09-02 12:50:47 +0000
commit3b92254bd85ffb582821b8e6669b75aa696a9968 (patch)
treea52f304ea225f3bcb8a224c7c875a35be61919e9 /sys/pc98
parent0a0acbd9ce0dc001229ca8f0e9b31829ceb07e48 (diff)
downloadFreeBSD-src-3b92254bd85ffb582821b8e6669b75aa696a9968.zip
FreeBSD-src-3b92254bd85ffb582821b8e6669b75aa696a9968.tar.gz
MFi386: revision 1.1172.
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/conf/NOTES32
1 files changed, 19 insertions, 13 deletions
diff --git a/sys/pc98/conf/NOTES b/sys/pc98/conf/NOTES
index 5aba918..8bf5979 100644
--- a/sys/pc98/conf/NOTES
+++ b/sys/pc98/conf/NOTES
@@ -350,7 +350,7 @@ options TDFX_LINUX # Enable Linuxulator support
# for AGP r128 and radeon cards.
device mgadrm
-device "r128drm"
+device r128drm
device radeondrm
device sisdrm
device tdfxdrm
@@ -573,7 +573,7 @@ device ifpi
# ifpi2 driver for AVM Fritz!Card PCI version 2
#
# AVM Fritz!Card PCI version 2
-device "ifpi2"
+device ifpi2
#
#---------------------------------------------------------------------------
# iwic driver for Winbond W6692 chipset
@@ -597,34 +597,38 @@ device iavc
# ISDN Protocol Stack - mandatory for all hardware drivers
#
# Q.921 / layer 2 - i4b passive cards D channel handling
-device "i4bq921"
+device i4bq921
#
# Q.931 / layer 3 - i4b passive cards D channel handling
-device "i4bq931"
+device i4bq931
#
# layer 4 - i4b common passive and active card handling
-device "i4b"
+device i4b
#
#---------------------------------------------------------------------------
# ISDN devices - mandatory for all hardware drivers
#
# userland driver to do ISDN tracing (for passive cards only)
-device "i4btrc" 4
+device i4btrc
+options NI4BTRC=4
#
# userland driver to control the whole thing
-device "i4bctl"
+device i4bctl
#
#---------------------------------------------------------------------------
# ISDN devices - optional
#
# userland driver for access to raw B channel
-device "i4brbch" 4
+device i4brbch
+options NI4BRBCH=4
#
# userland driver for telephony
-device "i4btel" 2
+device i4btel
+options NI4BTEL=2
#
# network driver for IP over raw HDLC ISDN
-device "i4bipr" 4
+device i4bipr
+options NI4BIPR=4
# enable VJ header compression detection for ipr i/f
options IPR_VJ
# enable logging of the first n IP packets to isdnd (n=32 here)
@@ -632,13 +636,15 @@ options IPR_LOG=32
#
# network driver for sync PPP over ISDN; requires an equivalent
# number of sppp device to be configured
-device "i4bisppp" 4
+device i4bisppp
+options NI4BISPPP=4
#
# B-channel interface to the netgraph subsystem
-device "i4bing" 2
+device i4bing
+options NI4BING=2
#
# CAPI driver needed for active ISDN cards (see iavc driver above)
-device "i4bcapi"
+device i4bcapi
#
#---------------------------------------------------------------------------
OpenPOWER on IntegriCloud