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 athn
details: https://anonhg.NetBSD.org/src/rev/2d1ddbc0ed8d
branches: trunk
changeset: 785931:2d1ddbc0ed8d
user: martin <martin%NetBSD.org@localhost>
date: Sat Apr 06 16:57:32 2013 +0000
description:
Add athn
diffstat:
sys/arch/i386/conf/ALL | 7 +++++--
sys/arch/i386/conf/GENERIC | 7 +++++--
2 files changed, 10 insertions(+), 4 deletions(-)
diffs (84 lines):
diff -r b3d0489cfedc -r 2d1ddbc0ed8d sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL Sat Apr 06 16:56:18 2013 +0000
+++ b/sys/arch/i386/conf/ALL Sat Apr 06 16:57:32 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.352 2013/03/02 02:42:16 christos Exp $
+# $NetBSD: ALL,v 1.353 2013/04/06 16:57:32 martin Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
@@ -17,7 +17,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "ALL-$Revision: 1.352 $"
+#ident "ALL-$Revision: 1.353 $"
maxusers 64 # estimated number of users
@@ -995,6 +995,7 @@
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
@@ -1116,6 +1117,7 @@
# CardBus network cards
ath* at cardbus? function ? # Atheros 5210/5211/5212 802.11
+athn* at cardbus? function ? # Atheros AR9k (802.11a/g/n)
atw* at cardbus? function ? # ADMtek ADM8211 (802.11)
ex* at cardbus? function ? # 3Com 3c575TX
fxp* at cardbus? function ? # Intel i8255x
@@ -1286,6 +1288,7 @@
# USB 802.11 adapters
atu* at uhub? port ? # Atmel AT76C50XX based adapters
+athn* at uhub? port ? # Atheros AR9002U
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
diff -r b3d0489cfedc -r 2d1ddbc0ed8d sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Sat Apr 06 16:56:18 2013 +0000
+++ b/sys/arch/i386/conf/GENERIC Sat Apr 06 16:57:32 2013 +0000
@@ -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 @@
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 @@
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 @@
# 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 @@
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
Home |
Main Index |
Thread Index |
Old Index