Module Name:    src
Committed By:   msaitoh
Date:           Mon Sep  3 17:46:08 UTC 2012

Modified Files:
        src/sys/arch/evbarm/conf: SHEEVAPLUG

Log Message:
Enable atapibus, cd and sd.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/evbarm/conf/SHEEVAPLUG

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/evbarm/conf/SHEEVAPLUG
diff -u src/sys/arch/evbarm/conf/SHEEVAPLUG:1.19 src/sys/arch/evbarm/conf/SHEEVAPLUG:1.20
--- src/sys/arch/evbarm/conf/SHEEVAPLUG:1.19	Sat Sep  1 18:17:50 2012
+++ src/sys/arch/evbarm/conf/SHEEVAPLUG	Mon Sep  3 17:46:08 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: SHEEVAPLUG,v 1.19 2012/09/01 18:17:50 jakllsch Exp $
+#	$NetBSD: SHEEVAPLUG,v 1.20 2012/09/03 17:46:08 msaitoh Exp $
 #
 #  This configuration supports for generically Marvell SheevaPlug
 #
@@ -229,12 +229,12 @@ ld*	at sdmmc?
 #wd*	at atabus? drive ? flags 0x0000
 
 # ATAPI bus support
-#atapibus* at atapi?
+atapibus* at atapi?
 
 # ATAPI devices
 # flags have the same meaning as for IDE drives.
-#cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
-#sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
+cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
+sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
 
 # USB bus support
 usb*	at ehci?

Reply via email to