summaryrefslogtreecommitdiffstats
path: root/sys/pc98
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/pc98
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/pc98')
-rw-r--r--sys/pc98/conf/NOTES6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/pc98/conf/NOTES b/sys/pc98/conf/NOTES
index b5c4d76..9e017cc 100644
--- a/sys/pc98/conf/NOTES
+++ b/sys/pc98/conf/NOTES
@@ -363,8 +363,10 @@ hint.mse.0.irq="13"
# 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
# Order for ISA/EISA devices is important here
@@ -386,6 +388,8 @@ hint.ie.2.maddr="0xd0000"
hint.le.0.at="isa"
hint.le.0.port="0x03d0"
hint.le.0.irq="6"
+device oltr
+device ral
device sbni
hint.sbni.0.at="isa"
hint.sbni.0.port="0x210"
@@ -397,7 +401,7 @@ hint.snc.0.port="0x888"
hint.snc.0.irq="6"
hint.snc.0.maddr="0xc0000"
device sr
-device oltr
+device ural
device ath
device ath_hal # Atheros HAL (includes binary component)
OpenPOWER on IntegriCloud