summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES6
-rw-r--r--sys/i386/conf/NOTES7
2 files changed, 6 insertions, 7 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index b30ebc4..d30ae16 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1567,7 +1567,6 @@ device miibus
# wi: Lucent WaveLAN/IEEE 802.11 PCMCIA adapters. Note: this supports both
# the PCMCIA and ISA cards: the ISA card is really a PCMCIA to ISA
# bridge with a PCMCIA adapter plugged into it.
-# wl: Lucent Wavelan (ISA card only).
# xe: Xircom/Intel EtherExpress Pro100/16 PC Card ethernet controller,
# Accton Fast EtherCard-16, Compaq Netelligent 10/100 PC Card,
# Toshiba 10/100 Ethernet PC Card, Xircom 16-bit Ethernet + Modem 56
@@ -1623,11 +1622,6 @@ device an
device awi
device cnw
device wi
-options WLCACHE # enables the signal-strength cache
-options WLDEBUG # enables verbose debugging output
-device wl
-hint.wl.0.at="isa"
-hint.wl.0.port="0x300"
device xe
# PCI Ethernet NICs that use the common MII bus controller code.
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index a163176..4174ebd 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -429,6 +429,7 @@ hint.mse.0.irq="5"
# OC-3141, OC-3540, OC-3250
# rdp: RealTek RTL 8002-based pocket ethernet adapters
# sbni: Granch SBNI12-xx ISA and PCI adapters
+# wl: Lucent Wavelan (ISA card only).
# Order for ISA/EISA devices is important here
@@ -465,9 +466,13 @@ hint.sbni.0.at="isa"
hint.sbni.0.port="0x210"
hint.sbni.0.irq="0xefdead"
hint.sbni.0.flags="0"
-
device oltr
hint.oltr.0.at="isa"
+device wl
+hint.wl.0.at="isa"
+hint.wl.0.port="0x300"
+options WLCACHE # enables the signal-strength cache
+options WLDEBUG # enables verbose debugging output
#
# Audio drivers: `pca'
OpenPOWER on IntegriCloud