summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-09-19 03:10:23 +0000
committerpeter <peter@FreeBSD.org>2002-09-19 03:10:23 +0000
commitaf094d65ba7fff4cdb9871f97e38eb8710dff390 (patch)
tree843dfa1cd49d249fdb71ac4879c7a38bed75a9fc /sys/i386
parent8bd02467025e125afdeb92d002c804205810a88c (diff)
downloadFreeBSD-src-af094d65ba7fff4cdb9871f97e38eb8710dff390.zip
FreeBSD-src-af094d65ba7fff4cdb9871f97e38eb8710dff390.tar.gz
move wl (isa wavelan card, not "wi") to i386-only
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/NOTES7
1 files changed, 6 insertions, 1 deletions
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