Module Name:    src
Committed By:   jmcneill
Date:           Wed Feb 23 00:46:29 UTC 2011

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

Log Message:
add alc@pci


To generate a diff of this commit:
cvs rdiff -u -r1.311 -r1.312 src/sys/arch/amd64/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/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.311 src/sys/arch/amd64/conf/GENERIC:1.312
--- src/sys/arch/amd64/conf/GENERIC:1.311	Mon Feb 21 16:24:29 2011
+++ src/sys/arch/amd64/conf/GENERIC	Wed Feb 23 00:46:29 2011
@@ -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

Reply via email to