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 cd(4) in JETSONTK1



details:   https://anonhg.NetBSD.org/src/rev/6f5415238dce
branches:  trunk
changeset: 341558:6f5415238dce
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Wed Nov 11 14:04:12 2015 +0000

description:
enable cd(4) in JETSONTK1

diffstat:

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

diffs (19 lines):

diff -r 7fac9bf9197e -r 6f5415238dce sys/arch/evbarm/conf/JETSONTK1
--- a/sys/arch/evbarm/conf/JETSONTK1    Wed Nov 11 12:49:10 2015 +0000
+++ b/sys/arch/evbarm/conf/JETSONTK1    Wed Nov 11 14:04:12 2015 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: JETSONTK1,v 1.36 2015/11/11 12:35:40 jmcneill Exp $
+#      $NetBSD: JETSONTK1,v 1.37 2015/11/11 14:04:12 jakllsch Exp $
 #
 #      NVIDIA Jetson TK1 - Tegra K1 development kit
 #      https://developer.nvidia.com/jetson-tk1
@@ -112,7 +112,7 @@
 atabus*                at ata?
 atapibus*      at atapi?
 wd*            at atabus? drive ?
-#cd*           at atapibus? drive ?
+cd*            at atapibus? drive ?
 
 # HDA
 hdaudio*       at tegraio?             # HDA



Home | Main Index | Thread Index | Old Index