Module Name:    src
Committed By:   martin
Date:           Sat Apr  6 16:59:59 UTC 2013

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

Log Message:
Add athn


To generate a diff of this commit:
cvs rdiff -u -r1.1088 -r1.1089 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/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1088 src/sys/arch/i386/conf/GENERIC:1.1089
--- src/sys/arch/i386/conf/GENERIC:1.1088	Sat Mar  2 02:42:15 2013
+++ src/sys/arch/i386/conf/GENERIC	Sat Apr  6 16:59:59 2013
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1088 2013/03/02 02:42:15 christos Exp $
+# $NetBSD: GENERIC,v 1.1089 2013/04/06 16:59:59 martin Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include 	"arch/i386/conf/std.i386"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.1088 $"
+#ident 		"GENERIC-$Revision: 1.1089 $"
 
 maxusers	64		# estimated number of users
 
@@ -949,6 +949,7 @@ an*	at pci? dev ? function ?	# Aironet P
 alc*	at pci? dev ? function ?	# Attansic/Atheros L1C/L2C Ethernet
 ale*	at pci? dev ? function ?	# Attansic/Atheros L1E Ethernet
 ath*	at pci? dev ? function ?	# Atheros 5210/5211/5212 802.11
+athn*	at pci? dev ? function ?	# Atheros AR9k (802.11a/g/n)
 atw*	at pci? dev ? function ?	# ADMtek ADM8211 (802.11)
 bce*	at pci? dev ? function ?	# Broadcom 4401 10/100 Ethernet
 bge*	at pci? dev ? function ?	# Broadcom 570x gigabit Ethernet
@@ -1067,6 +1068,7 @@ we1	at isa? port 0x300 iomem 0xcc000 irq
 
 # CardBus network cards
 ath*	at cardbus? function ?	# Atheros 5210/5211/5212 802.11
+athn*	at cardbus? function ?	# Atheros AR9k (802.11a/g/n) - UNTESTED
 atw*	at cardbus? function ?	# ADMtek ADM8211 (802.11)
 bwi*	at cardbus? function ?	# Broadcom BCM43xx wireless
 ex*	at cardbus? function ?	# 3Com 3c575TX
@@ -1232,6 +1234,7 @@ url*	at uhub? port ?		# Realtek RTL8150L
 urndis*	at uhub? port ?		# Microsoft RNDIS specification
 
 # USB 802.11 adapters
+athn*	at uhub? port ?		# Atheros AR9002U
 atu*	at uhub? port ?		# Atmel AT76C50XX based adapters
 otus*	at uhub? port ?		# Atheros AR9001U
 ural*	at uhub? port ?		# Ralink Technology RT2500USB 802.11a/b/g

Reply via email to