Module Name:    src
Committed By:   jakllsch
Date:           Wed Nov 11 14:04:12 UTC 2015

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

Log Message:
enable cd(4) in JETSONTK1


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/evbarm/conf/JETSONTK1

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/JETSONTK1
diff -u src/sys/arch/evbarm/conf/JETSONTK1:1.36 src/sys/arch/evbarm/conf/JETSONTK1:1.37
--- src/sys/arch/evbarm/conf/JETSONTK1:1.36	Wed Nov 11 12:35:40 2015
+++ src/sys/arch/evbarm/conf/JETSONTK1	Wed Nov 11 14:04:12 2015
@@ -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 @@ ahcisata0	at tegraio?		# SATA
 atabus*		at ata?
 atapibus*	at atapi?
 wd*		at atabus? drive ?
-#cd*		at atapibus? drive ?
+cd*		at atapibus? drive ?
 
 # HDA
 hdaudio*	at tegraio?		# HDA

Reply via email to