Module Name: src
Committed By: pooka
Date: Wed Jan 26 00:25:55 UTC 2011
Modified Files:
src/sys/arch/amd64/conf: GENERIC
src/sys/arch/i386/conf: GENERIC
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.299 -r1.300 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.1007 -r1.1008 src/sys/arch/i386/conf/GENERIC
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.299 src/sys/arch/amd64/conf/GENERIC:1.300
--- src/sys/arch/amd64/conf/GENERIC:1.299 Mon Jan 17 15:56:03 2011
+++ src/sys/arch/amd64/conf/GENERIC Wed Jan 26 00:25:55 2011
@@ -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
Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1007 src/sys/arch/i386/conf/GENERIC:1.1008
--- src/sys/arch/i386/conf/GENERIC:1.1007 Mon Jan 17 15:56:03 2011
+++ src/sys/arch/i386/conf/GENERIC Wed Jan 26 00:25:55 2011
@@ -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