Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf Add bwfm (and sort other 802.11 usb wifi ...



details:   https://anonhg.NetBSD.org/src/rev/5e10dec40bb1
branches:  trunk
changeset: 827301:5e10dec40bb1
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Oct 23 08:08:53 2017 +0000

description:
Add bwfm (and sort other 802.11 usb wifi drivers)

diffstat:

 sys/arch/i386/conf/GENERIC |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (32 lines):

diff -r 02176857dc05 -r 5e10dec40bb1 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Mon Oct 23 07:05:23 2017 +0000
+++ b/sys/arch/i386/conf/GENERIC        Mon Oct 23 08:08:53 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1168 2017/09/14 07:58:41 mrg Exp $
+# $NetBSD: GENERIC,v 1.1169 2017/10/23 08:08:53 skrll Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.1168 $"
+#ident         "GENERIC-$Revision: 1.1169 $"
 
 maxusers       64              # estimated number of users
 
@@ -1260,11 +1260,12 @@
 # USB 802.11 adapters
 athn*  at uhub? port ?         # Atheros AR9002U
 atu*   at uhub? port ?         # Atmel AT76C50XX based adapters
+bwfm*  at uhub? port ?         # Broadcom FullMAC
 otus*  at uhub? port ?         # Atheros AR9001U
-ural*  at uhub? port ?         # Ralink Technology RT2500USB 802.11a/b/g
 rum*   at uhub? port ?         # Ralink Technology RT2501/RT2601 802.11a/b/g
 run*   at uhub? port ?         # Ralink Technology RT(2[78]|30)00 802.11a/b/g/n
 upgt*  at uhub? port ?         # Intersil PrismGT
+ural*  at uhub? port ?         # Ralink Technology RT2500USB 802.11a/b/g
 urtw*  at uhub? port ?         # Realtek RTL8187/RTL8187B 802.11b/g
 urtwn* at uhub? port ?         # Realtek RTL8188CU/RTL8192CU 802.11b/g/n
 zyd*   at uhub? port ?         # Zydas ZD1211



Home | Main Index | Thread Index | Old Index