Module Name:    src
Committed By:   jmcneill
Date:           Mon Apr 27 09:56:36 UTC 2015

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

Log Message:
disable sata and hda until we learn how to power them up


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 src/sys/arch/evbarm/conf/JETSONTK1:1.5
--- src/sys/arch/evbarm/conf/JETSONTK1:1.4	Sat Apr 18 08:06:13 2015
+++ src/sys/arch/evbarm/conf/JETSONTK1	Mon Apr 27 09:56:36 2015
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: JETSONTK1,v 1.4 2015/04/18 08:06:13 skrll Exp $
+#	$NetBSD: JETSONTK1,v 1.5 2015/04/27 09:56:36 jmcneill Exp $
 #
 #	NVIDIA Jetson TK1 - Tegra K1 development kit
 #	https://developer.nvidia.com/jetson-tk1
@@ -55,18 +55,18 @@ ld0		at sdmmc3		# eMMC
 ld1		at sdmmc2		# SD card
 
 # SATA
-ahcisata0	at tegraio?		# SATA
-atabus*		at ata?
-atapibus*	at atapi?
-wd*		at atabus? drive ?
-cd*		at atapibus? drive ?
+#ahcisata0	at tegraio?		# SATA
+#atabus*		at ata?
+#atapibus*	at atapi?
+#wd*		at atabus? drive ?
+#cd*		at atapibus? drive ?
 
 # HDA
-hdaudio*	at tegraio?		# HDA
-hdafg*		at hdaudiobus?
-audio*		at audiobus?
-options 	HDAUDIO_ENABLE_HDMI
-options 	HDAUDIO_ENABLE_DISPLAYPORT
+#hdaudio*	at tegraio?		# HDA
+#hdafg*		at hdaudiobus?
+#audio*		at audiobus?
+#options 	HDAUDIO_ENABLE_HDMI
+#options 	HDAUDIO_ENABLE_DISPLAYPORT
 
 # USB 2.0
 ehci0		at tegraio? port 0	# USB1

Reply via email to