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

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

Log Message:
Need sdmmc* at wb?


To generate a diff of this commit:
cvs rdiff -u -r1.215 -r1.216 src/sys/arch/i386/conf/ALL
cvs rdiff -u -r1.946 -r1.947 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.215 src/sys/arch/i386/conf/ALL:1.216
--- src/sys/arch/i386/conf/ALL:1.215	Wed Sep 30 20:47:09 2009
+++ src/sys/arch/i386/conf/ALL	Wed Sep 30 22:19:00 2009
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.215 2009/09/30 20:47:09 jmcneill Exp $
+# $NetBSD: ALL,v 1.216 2009/09/30 22:19:00 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.215 $"
+#ident 		"ALL-$Revision: 1.216 $"
 
 maxusers	32		# estimated number of users
 
@@ -369,6 +369,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
 wss* 		at acpi?		# NeoMagic 256AV in wss mode
 ym* 		at acpi?		# Yamaha OPL3-SA[23] audio
 

Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.946 src/sys/arch/i386/conf/GENERIC:1.947
--- src/sys/arch/i386/conf/GENERIC:1.946	Wed Sep 30 20:47:10 2009
+++ src/sys/arch/i386/conf/GENERIC	Wed Sep 30 22:19:00 2009
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.946 2009/09/30 20:47:10 jmcneill Exp $
+# $NetBSD: GENERIC,v 1.947 2009/09/30 22:19:00 jmcneill Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.946 $"
+#ident 		"GENERIC-$Revision: 1.947 $"
 
 maxusers	64		# estimated number of users
 
@@ -379,6 +379,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
 wss* 		at acpi?		# NeoMagic 256AV in wss mode
 ym* 		at acpi?		# Yamaha OPL3-SA[23] audio
 

Reply via email to