Module Name:    src
Committed By:   jakllsch
Date:           Fri May  3 15:45:24 UTC 2013

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

Log Message:
Enable sdhc* at cardbus? in amd64 GENERIC.  As it is already in i386
GENERIC. sdhc(4) has had working detach support for a while now too.


To generate a diff of this commit:
cvs rdiff -u -r1.373 -r1.374 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.373 src/sys/arch/amd64/conf/GENERIC:1.374
--- src/sys/arch/amd64/conf/GENERIC:1.373	Sat Apr 27 22:21:13 2013
+++ src/sys/arch/amd64/conf/GENERIC	Fri May  3 15:45:24 2013
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.373 2013/04/27 22:21:13 christos Exp $
+# $NetBSD: GENERIC,v 1.374 2013/05/03 15:45:24 jakllsch Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include	"arch/amd64/conf/std.amd64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.373 $"
+#ident 		"GENERIC-$Revision: 1.374 $"
 
 maxusers	64		# estimated number of users
 
@@ -1137,6 +1137,7 @@ btsco* at bthub?
 
 # SD/MMC controller
 sdhc*	at pci?		# SD Host Controller
+sdhc*	at cardbus?	# SD Host Controller
 sdmmc*	at sdhc?	# SD/MMC bus
 
 ld*	at sdmmc?

Reply via email to