summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2009-08-29 01:34:42 +0000
committerimp <imp@FreeBSD.org>2009-08-29 01:34:42 +0000
commit32c56ff372ff865eed836d26cc782659841a9b60 (patch)
tree538ba73f4d106b5df0f99425f0b99b386b0276f7
parente9ba936d598c3f45391395094bc23319e1ddd1d6 (diff)
downloadFreeBSD-src-32c56ff372ff865eed836d26cc782659841a9b60.zip
FreeBSD-src-32c56ff372ff865eed836d26cc782659841a9b60.tar.gz
Connect bwi up to the build. While there are some problems with this
driver still, it generally works well for most people most of the time. It is still too green for GENERIC, however. Submitted by: many (latest being kwm@) MFC after: 2 days (before RC1 if possible)
-rw-r--r--sys/conf/NOTES2
-rw-r--r--sys/modules/Makefile1
2 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index b448f94..ee0b220 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1790,6 +1790,7 @@ device miibus
# BCM570x family of controllers, including the 3Com 3c996-T,
# the Netgear GA302T, the SysKonnect SK-9D21 and SK-9D41, and
# the embedded gigE NICs on Dell PowerEdge 2550 servers.
+# bwi: Broadcom BCM430* and BCM431* family of wireless adapters.
# cas: Sun Cassini/Cassini+ and National Semiconductor DP83065 Saturn
# cm: Arcnet SMC COM90c26 / SMC COM90c56
# (and SMC COM90c66 in '56 compatibility mode) adapters.
@@ -1959,6 +1960,7 @@ device wb # Winbond W89C840F
device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
# PCI Ethernet NICs.
+device bwi # Broadcom BCM430* BCM431*
device de # DEC/Intel DC21x4x (``Tulip'')
device em # Intel Pro/1000 Gigabit Ethernet
device igb # Intel Pro/1000 PCIE Gigabit Ethernet
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 94d7d9a..51408b3 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -40,6 +40,7 @@ SUBDIR= ${_3dfx} \
${_bktr} \
${_bm} \
bridgestp \
+ bwi \
cam \
${_canbepm} \
${_canbus} \
OpenPOWER on IntegriCloud