summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2009-05-03 04:01:43 +0000
committerimp <imp@FreeBSD.org>2009-05-03 04:01:43 +0000
commit760b5bd33cdf6e87c632b89cd22540b881d6165e (patch)
treec4ef4ebe2e07c1bdced223b9d40909f7caed9b50 /sys/conf
parent4c45d5b45c3f38ec82e2180fd7baaa39cce3fb8e (diff)
downloadFreeBSD-src-760b5bd33cdf6e87c632b89cd22540b881d6165e.zip
FreeBSD-src-760b5bd33cdf6e87c632b89cd22540b881d6165e.tar.gz
Bring in Andrew Thompson's port of Sepherosa Ziehau's bwi driver for
Broadcom BCM43xx chipsets. This driver uses the v3 firmware that needs to be fetched separately. A port will be committed to create the bwi firmware module. The driver matches the following chips: Broadcom BCM4301, BCM4307, BCM4306, BCM4309, BCM4311, BCM4312, BCM4318, BCM4319 The driver works for 802.11b and 802.11g. Limitations: This doesn't support the 802.11a or 802.11n portion of radios. Some BCM4306 and BCM4309 cards don't work with Channel 1, 2 or 3. Documenation for this firmware is reverse engineered from http://bcm.sipsolutions.net/ V4 of the firmware is needed for 11a or 11n support http://bcm-v4.sipsolutions.net/ Firmware needs to be fetched from a third party, port to be committed # I've tested this with a BCM4319 mini-pci and a BCM4318 CardBus card, and # not connected it to the build until the firmware port is committed. Obtained from: DragonFlyBSD, //depot/projects/vap Reviewed by: sam@, thompsa@
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files5
-rw-r--r--sys/conf/options4
2 files changed, 9 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 2ecef66..2079030 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -712,6 +712,11 @@ dev/buslogic/bt_eisa.c optional bt eisa
dev/buslogic/bt_isa.c optional bt isa
dev/buslogic/bt_mca.c optional bt mca
dev/buslogic/bt_pci.c optional bt pci
+dev/bwi/bwiirf.c optional bwi
+dev/bwi/bwimac.c optional bwi
+dev/bwi/bwiphy.c optional bwi
+dev/bwi/if_bwi.c optional bwi
+dev/bwi/if_bwi_pci.c optional bwi pci
dev/cardbus/cardbus.c optional cardbus
dev/cardbus/cardbus_cis.c optional cardbus
dev/cardbus/cardbus_device.c optional cardbus
diff --git a/sys/conf/options b/sys/conf/options
index cab24e6..758190f 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -763,6 +763,10 @@ AH_NEED_DESC_SWAP opt_ah.h
AH_USE_INIPDGAIN opt_ah.h
AH_MAXCHAN opt_ah.h
+# options for the Broadcom BCM43xx driver (bwi)
+BWI_DEBUG opt_bwi.h
+BWI_DEBUG_VERBOSE opt_bwi.h
+
# options for the Marvell 8335 wireless driver
MALO_DEBUG opt_malo.h
MALO_TXBUF opt_malo.h
OpenPOWER on IntegriCloud