Module Name:    src
Committed By:   jmcneill
Date:           Sat May 30 13:47:17 UTC 2015

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

Log Message:
enable hdaudio


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 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.24 src/sys/arch/evbarm/conf/JETSONTK1:1.25
--- src/sys/arch/evbarm/conf/JETSONTK1:1.24	Sat May 30 13:25:55 2015
+++ src/sys/arch/evbarm/conf/JETSONTK1	Sat May 30 13:47:17 2015
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: JETSONTK1,v 1.24 2015/05/30 13:25:55 jmcneill Exp $
+#	$NetBSD: JETSONTK1,v 1.25 2015/05/30 13:47:17 jmcneill Exp $
 #
 #	NVIDIA Jetson TK1 - Tegra K1 development kit
 #	https://developer.nvidia.com/jetson-tk1
@@ -113,11 +113,12 @@ 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_32BIT_ACCESS
+options 	HDAUDIO_ENABLE_HDMI
+options 	HDAUDIO_ENABLE_DISPLAYPORT
 
 # Host1x subsystem
 tegrahost1x0	at tegraio?		# HOST1X

Reply via email to