Source-Changes-HG archive

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

[src/trunk]: src/sys/arch add alc@pci



details:   https://anonhg.NetBSD.org/src/rev/6182a986495b
branches:  trunk
changeset: 762552:6182a986495b
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Wed Feb 23 00:45:56 2011 +0000

description:
add alc@pci

diffstat:

 sys/arch/amd64/conf/GENERIC |  5 +++--
 sys/arch/i386/conf/ALL      |  5 +++--
 sys/arch/i386/conf/GENERIC  |  5 +++--
 3 files changed, 9 insertions(+), 6 deletions(-)

diffs (78 lines):

diff -r be3460ce81ce -r 6182a986495b sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Wed Feb 23 00:36:51 2011 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Wed Feb 23 00:45:56 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.311 2011/02/21 16:24:29 pooka Exp $
+# $NetBSD: GENERIC,v 1.312 2011/02/23 00:46:29 jmcneill Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.311 $"
+#ident                 "GENERIC-$Revision: 1.312 $"
 
 maxusers       64              # estimated number of users
 
@@ -659,6 +659,7 @@
 
 # PCI network interfaces
 age*   at pci? dev ? function ?        # Attansic/Atheros L1 Gigabit Ethernet
+alc*   at pci? dev ? function ?        # Attansic/Atheros L1C/L2C Ethernet
 ale*   at pci? dev ? function ?        # Attansic/Atheros L1E Ethernet
 an*    at pci? dev ? function ?        # Aironet PC4500/PC4800 (802.11)
 ath*   at pci? dev ? function ?        # Atheros 5210/5211/5212 802.11
diff -r be3460ce81ce -r 6182a986495b sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Wed Feb 23 00:36:51 2011 +0000
+++ b/sys/arch/i386/conf/ALL    Wed Feb 23 00:45:56 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.292 2011/02/22 23:57:22 dyoung Exp $
+# $NetBSD: ALL,v 1.293 2011/02/23 00:45:56 jmcneill 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.292 $"
+#ident                 "ALL-$Revision: 1.293 $"
 
 maxusers       64              # estimated number of users
 
@@ -1007,6 +1007,7 @@
 # PCI network interfaces
 age*   at pci? dev ? function ?        # Attansic/Atheros L1 Gigabit Ethernet
 an*    at pci? dev ? function ?        # Aironet PC4500/PC4800 (802.11)
+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
 atw*   at pci? dev ? function ?        # ADMtek ADM8211 (802.11)
diff -r be3460ce81ce -r 6182a986495b sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Wed Feb 23 00:36:51 2011 +0000
+++ b/sys/arch/i386/conf/GENERIC        Wed Feb 23 00:45:56 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1019 2011/02/20 13:42:45 jruoho Exp $
+# $NetBSD: GENERIC,v 1.1020 2011/02/23 00:45:56 jmcneill Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.1019 $"
+#ident                 "GENERIC-$Revision: 1.1020 $"
 
 maxusers       64              # estimated number of users
 
@@ -947,6 +947,7 @@
 # PCI network interfaces
 age*   at pci? dev ? function ?        # Attansic/Atheros L1 Gigabit Ethernet
 an*    at pci? dev ? function ?        # Aironet PC4500/PC4800 (802.11)
+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
 atw*   at pci? dev ? function ?        # ADMtek ADM8211 (802.11)



Home | Main Index | Thread Index | Old Index