summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>2000-01-14 20:41:03 +0000
committerwpaul <wpaul@FreeBSD.org>2000-01-14 20:41:03 +0000
commit1e2a8041d055eececce53b88dac5e6dd58f15512 (patch)
tree13ad892c95c561314da8ec600082942574de8d9c /etc/defaults
parent762f2e59e4ba65f08a6d2970935cd3df7bf5f743 (diff)
downloadFreeBSD-src-1e2a8041d055eececce53b88dac5e6dd58f15512.zip
FreeBSD-src-1e2a8041d055eececce53b88dac5e6dd58f15512.tar.gz
Add driver support for the Aironet 4500/4800 series wireless 802.11
NICs. (Finally!) The PCMCIA, ISA and PCI varieties are all supported, though only the ISA and PCI ones will work on the alpha for now. PCCARD, ISA and PCI attachments are all provided. Also provided an ancontrol(8) utility for configuring the NIC, man pages, and updated pccard.conf.sample. ISA cards are supported in both ISA PnP and hard-wired mode, although you must configure the kernel explicitly to support the hardwired mode since you have to know the I/O address and port ahead of time. Special thanks to Doug Ambrisko for doing the initial newbus hackery and getting it to work in infrastructure mode.
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/pccard.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/etc/defaults/pccard.conf b/etc/defaults/pccard.conf
index 49d3a24..c3dfab0 100644
--- a/etc/defaults/pccard.conf
+++ b/etc/defaults/pccard.conf
@@ -18,6 +18,22 @@ irq 3 5 10 11 13 15
memory 0xd4000 96k
+# Aironet PC4500 2Mbps 802.11 wireless NIC
+card "Aironet" "PC4800"
+ config 0x5 "an0" ?
+ insert echo Aironet PC4500 inserted
+ insert /etc/pccard_ether an0
+ remove echo Aironet PC4500 removed
+ remove /sbin/ifconfig an0 delete
+
+# Aironet PC4800 11Mbps 802.11 wireless NIC
+card "Aironet" "PC4800"
+ config 0x5 "an0" ?
+ insert echo Aironet PC4800 inserted
+ insert /etc/pccard_ether an0
+ remove echo Aironet PC4800 removed
+ remove /sbin/ifconfig an0 delete
+
# Lucent WaveLAN/IEEE
card "Lucent Technologies" "WaveLAN/IEEE"
config 0x1 "wi0" ?
OpenPOWER on IntegriCloud