Module Name:    src
Committed By:   jmcneill
Date:           Fri May 15 12:18:48 UTC 2015

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

Log Message:
enable SATA, maybe it will inspire someone to fix it


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 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.18 src/sys/arch/evbarm/conf/JETSONTK1:1.19
--- src/sys/arch/evbarm/conf/JETSONTK1:1.18	Fri May 15 11:49:58 2015
+++ src/sys/arch/evbarm/conf/JETSONTK1	Fri May 15 12:18:48 2015
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: JETSONTK1,v 1.18 2015/05/15 11:49:58 jmcneill Exp $
+#	$NetBSD: JETSONTK1,v 1.19 2015/05/15 12:18:48 jmcneill Exp $
 #
 #	NVIDIA Jetson TK1 - Tegra K1 development kit
 #	https://developer.nvidia.com/jetson-tk1
@@ -102,10 +102,10 @@ sdmmc2		at sdhc2
 ld1		at sdmmc2		# SD card
 
 # SATA
-#ahcisata0	at tegraio?		# SATA
-#atabus*		at ata?
-#atapibus*	at atapi?
-#wd*		at atabus? drive ?
+ahcisata0	at tegraio?		# SATA
+atabus*		at ata?
+atapibus*	at atapi?
+wd*		at atabus? drive ?
 #cd*		at atapibus? drive ?
 
 # HDA

Reply via email to