svn commit: r206951 - in stable/8: sys/boot/forth sys/dev/siba
usr.sbin/sysinstall
Weongyo Jeong
weongyo at FreeBSD.org
Tue Apr 20 22:55:08 UTC 2010
Author: weongyo
Date: Tue Apr 20 22:55:07 2010
New Revision: 206951
URL: http://svn.freebsd.org/changeset/base/206951
Log:
MFC r204328:
Add bwn(4) driver.
Modified:
stable/8/sys/boot/forth/loader.conf
stable/8/usr.sbin/sysinstall/devices.c
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/dev/uath/ (props changed)
stable/8/sys/contrib/pf/ (props changed)
stable/8/sys/dev/siba/siba_cc.c (props changed)
stable/8/sys/dev/xen/xenpci/ (props changed)
stable/8/sys/geom/sched/ (props changed)
stable/8/usr.sbin/sysinstall/ (props changed)
Modified: stable/8/sys/boot/forth/loader.conf
==============================================================================
--- stable/8/sys/boot/forth/loader.conf Tue Apr 20 22:52:28 2010 (r206950)
+++ stable/8/sys/boot/forth/loader.conf Tue Apr 20 22:55:07 2010 (r206951)
@@ -224,6 +224,7 @@ if_axe_load="NO" # ASIX Electronics AX8
if_bce_load="NO" # Broadcom NetXtreme II Gigabit Ethernet
if_bfe_load="NO" # Broadcom BCM4401
if_bge_load="NO" # Broadcom BCM570x PCI Gigabit Ethernet
+if_bwn_load="NO" # Broadcom BCM43xx IEEE 802.11 wireless NICs
if_cas_load="NO" # Sun Cassini/Cassini+ and NS DP83065 Saturn
if_cm_load="NO" # SMC (90c26, 90c56, 90c66)
if_cs_load="NO" # Crystal Semiconductor CS8920
Modified: stable/8/usr.sbin/sysinstall/devices.c
==============================================================================
--- stable/8/usr.sbin/sysinstall/devices.c Tue Apr 20 22:52:28 2010 (r206950)
+++ stable/8/usr.sbin/sysinstall/devices.c Tue Apr 20 22:55:07 2010 (r206951)
@@ -105,6 +105,7 @@ static struct _devname {
NETWORK("bfe", "Broadcom BCM440x PCI Ethernet card"),
NETWORK("bge", "Broadcom BCM570x PCI Gigabit Ethernet card"),
NETWORK("bm", "Apple BMAC Built-in Ethernet"),
+ NETWORK("bwn", "Broadcom BCM43xx IEEE 802.11 wireless adapter"),
NETWORK("cas", "Sun Cassini/Cassini+ or NS DP83065 Saturn Ethernet"),
NETWORK("cue", "CATC USB Ethernet adapter"),
NETWORK("cxgb", "Chelsio T3 10Gb Ethernet card"),
More information about the svn-src-stable-8
mailing list