Module Name:    src
Committed By:   jmcneill
Date:           Wed Feb 23 00:45:56 UTC 2011

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

Log Message:
add alc@pci


To generate a diff of this commit:
cvs rdiff -u -r1.292 -r1.293 src/sys/arch/i386/conf/ALL
cvs rdiff -u -r1.1019 -r1.1020 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/ALL
diff -u src/sys/arch/i386/conf/ALL:1.292 src/sys/arch/i386/conf/ALL:1.293
--- src/sys/arch/i386/conf/ALL:1.292	Tue Feb 22 23:57:22 2011
+++ src/sys/arch/i386/conf/ALL	Wed Feb 23 00:45:56 2011
@@ -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)

Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1019 src/sys/arch/i386/conf/GENERIC:1.1020
--- src/sys/arch/i386/conf/GENERIC:1.1019	Sun Feb 20 13:42:45 2011
+++ src/sys/arch/i386/conf/GENERIC	Wed Feb 23 00:45:56 2011
@@ -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)

Reply via email to