Module Name:    src
Committed By:   nonaka
Date:           Tue Apr 21 22:47:55 UTC 2009

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

Log Message:
Add SD/MMC related devices.


To generate a diff of this commit:
cvs rdiff -u -r1.196 -r1.197 src/sys/arch/i386/conf/ALL

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.196 src/sys/arch/i386/conf/ALL:1.197
--- src/sys/arch/i386/conf/ALL:1.196	Mon Apr 20 20:49:21 2009
+++ src/sys/arch/i386/conf/ALL	Tue Apr 21 22:47:55 2009
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.196 2009/04/20 20:49:21 cegger Exp $
+# $NetBSD: ALL,v 1.197 2009/04/21 22:47:55 nonaka 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.196 $"
+#ident 		"ALL-$Revision: 1.197 $"
 
 maxusers	32		# estimated number of users
 
@@ -1246,6 +1246,15 @@
 sbp*	at ieee1394if? euihi ? euilo ?	# SCSI over IEEE1394
 
 
+# SD/MMC/SDIO Controller and Device support
+
+# SD/MMC controller
+sdhc*  at pci?				# SD Host Controller
+sdmmc* at sdhc?				# SD/MMC bus
+
+ld*	at sdmmc?
+
+
 # Audio Devices
 
 # PCI audio devices

Reply via email to