Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf Enable atapibus, cd and sd.



details:   https://anonhg.NetBSD.org/src/rev/5784bd8d8876
branches:  trunk
changeset: 781396:5784bd8d8876
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Mon Sep 03 17:46:08 2012 +0000

description:
Enable atapibus, cd and sd.

diffstat:

 sys/arch/evbarm/conf/SHEEVAPLUG |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r cc21f25927d7 -r 5784bd8d8876 sys/arch/evbarm/conf/SHEEVAPLUG
--- a/sys/arch/evbarm/conf/SHEEVAPLUG   Mon Sep 03 17:30:04 2012 +0000
+++ b/sys/arch/evbarm/conf/SHEEVAPLUG   Mon Sep 03 17:46:08 2012 +0000
@@ -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 @@
 #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?



Home | Main Index | Thread Index | Old Index