Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/conf Add otus(4), Atheros AR9100U usb wirele...



details:   https://anonhg.NetBSD.org/src/rev/a52349b63d06
branches:  trunk
changeset: 763268:a52349b63d06
user:      riz <riz%NetBSD.org@localhost>
date:      Tue Mar 15 23:27:47 2011 +0000

description:
Add otus(4), Atheros AR9100U usb wireless driver.

diffstat:

 sys/arch/macppc/conf/GENERIC |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r cfa3c185ee70 -r a52349b63d06 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Tue Mar 15 23:11:49 2011 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Tue Mar 15 23:27:47 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.289 2011/03/06 17:08:27 bouyer Exp $
+# $NetBSD: GENERIC,v 1.290 2011/03/15 23:27:47 riz Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.289 $"
+#ident                 "GENERIC-$Revision: 1.290 $"
 
 maxusers       32
 
@@ -519,6 +519,7 @@
 
 # USB 802.11 adapters
 atu*   at uhub? port ?         # Atmel at76c50x 802.11b
+otus*  at uhub? port ?         # Atheros AR9001U
 ral*   at uhub? port ?         # Ralink Technology RT25x0 802.11a/b/g
 rum*   at uhub? port ?         # Ralink Technology RT2501/RT2601 802.11a/b/g
 #zyd*  at uhub? port ?         # Zydas ZD1211



Home | Main Index | Thread Index | Old Index