summaryrefslogtreecommitdiffstats
path: root/sys/boot
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 /sys/boot
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 'sys/boot')
-rw-r--r--sys/boot/forth/loader.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf
index 085a7b1..752e5a6 100644
--- a/sys/boot/forth/loader.conf
+++ b/sys/boot/forth/loader.conf
@@ -142,6 +142,7 @@ ipfw_load="NO" # Firewall
##############################################################
miibus_load="NO" # miibus support, needed for some drivers
+if_an_load="NO" # Aironet 4500/4800 802.11 wireless NICs
if_dc_load="NO" # DEC/Intel 21143 and various workalikes
if_fxp_load="NO" # Intel EtherExpress PRO/100B (82557, 82558)
if_rl_load="NO" # RealTek 8129/8139
@@ -152,9 +153,9 @@ if_ti_load="NO" # Alteon Networks Tigon 1 and Tigon 2
if_tl_load="NO" # Texas Instruments TNETE100 ("ThunderLAN")
if_vr_load="NO" # VIA Rhine I and Rhine II
if_wb_load="NO" # Winbond W89C840F
+if_wi_load="NO" # WaveLAN/IEEE 802.11 wireless NICs
if_xl_load="NO" # 3Com Etherlink XL (3c900, 3c905, 3c905B)
-
##############################################################
### USB modules ############################################
##############################################################
OpenPOWER on IntegriCloud