Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch Add bwi from PR kern/40279. There is no know case ...



details:   https://anonhg.NetBSD.org/src/rev/0f45e1cf8df0
branches:  trunk
changeset: 761381:0f45e1cf8df0
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Jan 26 00:25:55 2011 +0000

description:
Add bwi from PR kern/40279.  There is no know case of testing the
driver on amd64/i386, but if it doesn't work at least we're more
likely to get a PR instead of people wondering about lacking driver
support.

diffstat:

 sys/arch/amd64/conf/GENERIC |  5 +++--
 sys/arch/i386/conf/GENERIC  |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (52 lines):

diff -r 410cb6c72b9d -r 0f45e1cf8df0 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Wed Jan 26 00:25:34 2011 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Wed Jan 26 00:25:55 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.299 2011/01/17 15:56:03 jmcneill Exp $
+# $NetBSD: GENERIC,v 1.300 2011/01/26 00:25:55 pooka Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.299 $"
+#ident                 "GENERIC-$Revision: 1.300 $"
 
 maxusers       64              # estimated number of users
 
@@ -652,6 +652,7 @@
 bce*   at pci? dev ? function ?        # Broadcom 440x 10/100 Ethernet
 bge*   at pci? dev ? function ?        # Broadcom 570x gigabit Ethernet
 bnx*   at pci? dev ? function ?        # Broadcom NetXtremeII gigabit Ethernet
+bwi*   at pci? dev ? function ?        # Broadcom BCM43xx wireless
 dge*   at pci? dev ? function ?        # Intel 82597 10GbE LR
 en*    at pci? dev ? function ?        # ENI/Adaptec ATM
 ep*    at pci? dev ? function ?        # 3Com 3c59x
diff -r 410cb6c72b9d -r 0f45e1cf8df0 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Wed Jan 26 00:25:34 2011 +0000
+++ b/sys/arch/i386/conf/GENERIC        Wed Jan 26 00:25:55 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1007 2011/01/17 15:56:03 jmcneill Exp $
+# $NetBSD: GENERIC,v 1.1008 2011/01/26 00:25:55 pooka Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.1007 $"
+#ident                 "GENERIC-$Revision: 1.1008 $"
 
 maxusers       64              # estimated number of users
 
@@ -948,6 +948,7 @@
 bce*   at pci? dev ? function ?        # Broadcom 4401 10/100 Ethernet
 bge*   at pci? dev ? function ?        # Broadcom 570x gigabit Ethernet
 bnx*   at pci? dev ? function ?        # Broadcom NetXtremeII gigabit Ethernet
+bwi*   at pci? dev ? function ?        # Broadcom BCM43xx wireless
 dge*   at pci? dev ? function ?        # Intel 82597 10GbE LR
 en*    at pci? dev ? function ?        # ENI/Adaptec ATM
 ep*    at pci? dev ? function ?        # 3Com 3c59x



Home | Main Index | Thread Index | Old Index