aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2004-03-15 22:24:28 +0000
committerMax Khon <fjoe@FreeBSD.org>2004-03-15 22:24:28 +0000
commit798f0e16035844f5a46fdf328e40695a9477eb6a (patch)
treea4c8c88d0bf5d52cd5d1fcf24ca0d7a18c2d5917 /sys/i386/conf
parentf6c21c0641e4ca47af12ed0480d0ae7493e94d3d (diff)
downloadsrc-798f0e16035844f5a46fdf328e40695a9477eb6a.tar.gz
src-798f0e16035844f5a46fdf328e40695a9477eb6a.zip
Add arl(4): driver for Aironet Arlan 655 wireless adapters.
MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=127040
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/NOTES5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 879866125417..952b1c6da42b 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -493,6 +493,7 @@ hint.mse.0.irq="5"
# ar: Arnet SYNC/570i hdlc sync 2/4 port V.35/X.21 serial driver
# (requires sppp)
+# arl: Aironet Arlan 655 wireless adapters.
# ath: Atheros a/b/g WiFi adapters (requires ath_hal and wlan)
# ctau: Cronyx/Tau sync dual port V.35/RS-232/RS-530/RS-449/X.21/G.703/E1
# serial adaptor (requires sppp (default), or NETGRAPH if
@@ -521,6 +522,10 @@ hint.ar.0.at="isa"
hint.ar.0.port="0x300"
hint.ar.0.irq="10"
hint.ar.0.maddr="0xd0000"
+device arl
+hint.arl.0.at="isa"
+hint.arl.0.irq="9"
+hint.arl.0.maddr="0xd0000"
device ctau
hint.ctau.0.at="isa"
hint.ctau.0.port="0x240"