Module Name:    src
Committed By:   riz
Date:           Tue Mar 15 23:27:47 UTC 2011

Modified Files:
        src/sys/arch/macppc/conf: GENERIC

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


To generate a diff of this commit:
cvs rdiff -u -r1.289 -r1.290 src/sys/arch/macppc/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/macppc/conf/GENERIC
diff -u src/sys/arch/macppc/conf/GENERIC:1.289 src/sys/arch/macppc/conf/GENERIC:1.290
--- src/sys/arch/macppc/conf/GENERIC:1.289	Sun Mar  6 17:08:27 2011
+++ src/sys/arch/macppc/conf/GENERIC	Tue Mar 15 23:27:47 2011
@@ -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

Reply via email to