Module Name:    src
Committed By:   jmcneill
Date:           Wed Sep 30 22:19:27 UTC 2009

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

Log Message:
Need sdmmc* at wb?


To generate a diff of this commit:
cvs rdiff -u -r1.255 -r1.256 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.255 src/sys/arch/amd64/conf/GENERIC:1.256
--- src/sys/arch/amd64/conf/GENERIC:1.255	Wed Sep 30 20:49:07 2009
+++ src/sys/arch/amd64/conf/GENERIC	Wed Sep 30 22:19:27 2009
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.255 2009/09/30 20:49:07 jmcneill Exp $
+# $NetBSD: GENERIC,v 1.256 2009/09/30 22:19:27 jmcneill Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.255 $"
+#ident 		"GENERIC-$Revision: 1.256 $"
 
 maxusers	64		# estimated number of users
 
@@ -299,6 +299,7 @@
 thinkpad*	at acpi?		# IBM/Lenovo Thinkpad hotkeys
 ug* 		at acpi?		# Abit uGuru Hardware monitor
 wb*		at acpi?		# Winbond W83L518D SD/MMC reader
+sdmmc*		at wb?			# SD/MMC bus
 
 #apm0	at mainbus0			# Advanced power management
 

Reply via email to