summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2006-06-12 20:38:17 +0000
committerjhb <jhb@FreeBSD.org>2006-06-12 20:38:17 +0000
commit3ec293f31497dd2fa3c5d06ac5551460ca9ca7af (patch)
tree5d73a051451cf81ecd761a1a24ce666f28397367 /sys/i386
parent4210f02589371b549f7a44c2549ea6fa1dc2ec1e (diff)
downloadFreeBSD-src-3ec293f31497dd2fa3c5d06ac5551460ca9ca7af.zip
FreeBSD-src-3ec293f31497dd2fa3c5d06ac5551460ca9ca7af.tar.gz
Enable a few more things in x86 NOTES to get broader LINT coverage:
- Turn on iwi(4), ipw(4), and ndis(4) on amd64 and i386. - Turn on ral(4) and ural(4) on i386, pc98, and amd64.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/NOTES16
1 files changed, 14 insertions, 2 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 355ea0e..aef21ec 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -498,12 +498,16 @@ hint.mse.0.irq="5"
# (requires miibus)
# ie: AT&T StarLAN 10 and EN100; 3Com 3C507; unknown NI5210;
# Intel EtherExpress
+# ipw: Intel PRO/Wireless 2100 IEEE 802.11 adapter
+# iwi: Intel PRO/Wireless 2200BG/2225BG/2915ABG IEEE 802.11 adapters
# nve: nVidia nForce MCP on-board Ethernet Networking
# oltr: Olicom ISA token-ring adapters OC-3115, OC-3117, OC-3118 and OC-3133.
# Olicom PCI token-ring adapters OC-3136, OC-3137, OC-3139, OC-3140,
# OC-3141, OC-3540 and OC-3250.
+# ral: Ralink Technology IEEE 802.11 wireless adapter
# sbni: Granch SBNI12-xx ISA and PCI adapters
# sr: RISCom/N2 hdlc sync 1/2 port V.35/X.21 serial driver (requires sppp)
+# ural: Ralink Technology RT2500USB IEEE 802.11 wireless adapter
# wl: Lucent Wavelan (ISA card only).
# Order for ISA/EISA devices is important here
@@ -546,12 +550,17 @@ hint.ie.2.at="isa"
hint.ie.2.port="0x300"
hint.ie.2.irq="5"
hint.ie.2.maddr="0xd0000"
+device iwi
+device ipw
# Hint for the i386-only ISA front-end of le(4).
hint.le.0.at="isa"
hint.le.0.port="0x280"
hint.le.0.irq="10"
hint.le.0.drq="0"
device nve # nVidia nForce MCP on-board Ethernet Networking
+device oltr
+hint.oltr.0.at="isa"
+device ral
device sbni
hint.sbni.0.at="isa"
hint.sbni.0.port="0x210"
@@ -562,8 +571,7 @@ hint.sr.0.at="isa"
hint.sr.0.port="0x300"
hint.sr.0.irq="5"
hint.sr.0.maddr="0xd0000"
-device oltr
-hint.oltr.0.at="isa"
+device ural
device wl
hint.wl.0.at="isa"
hint.wl.0.port="0x300"
@@ -1045,6 +1053,10 @@ options COMPAT_SVR4 # build emulator statically
options DEBUG_SVR4 # enable verbose debugging
device streams # STREAMS network driver (required for svr4).
+# Enable NDIS binary driver support
+options NDISAPI
+device ndis
+
#####################################################################
# VM OPTIONS
OpenPOWER on IntegriCloud