svn commit: r212275 - in stable/8/sys: conf modules

Weongyo Jeong weongyo at FreeBSD.org
Mon Sep 6 22:47:53 UTC 2010


Author: weongyo
Date: Mon Sep  6 22:47:52 2010
New Revision: 212275
URL: http://svn.freebsd.org/changeset/base/212275

Log:
  MFC r196636:
    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@)
  Approved by:	imp
  Requested by:	Warren Block <wblock at wonkity dot com>

Modified:
  stable/8/sys/conf/NOTES
  stable/8/sys/modules/Makefile
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/conf/NOTES
==============================================================================
--- stable/8/sys/conf/NOTES	Mon Sep  6 22:31:24 2010	(r212274)
+++ stable/8/sys/conf/NOTES	Mon Sep  6 22:47:52 2010	(r212275)
@@ -1845,6 +1845,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.
@@ -2016,6 +2017,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

Modified: stable/8/sys/modules/Makefile
==============================================================================
--- stable/8/sys/modules/Makefile	Mon Sep  6 22:31:24 2010	(r212274)
+++ stable/8/sys/modules/Makefile	Mon Sep  6 22:47:52 2010	(r212275)
@@ -42,6 +42,7 @@ SUBDIR=	${_3dfx} \
 	${_bktr} \
 	${_bm} \
 	bridgestp \
+	bwi \
 	bwn \
 	cam \
 	${_canbepm} \


More information about the svn-src-all mailing list