Module Name:    src
Committed By:   jmcneill
Date:           Mon Mar 25 23:01:24 UTC 2013

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

Log Message:
enable vchiq, add vcaudio and audio drivers


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/evbarm/conf/RPI

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/RPI
diff -u src/sys/arch/evbarm/conf/RPI:1.29 src/sys/arch/evbarm/conf/RPI:1.30
--- src/sys/arch/evbarm/conf/RPI:1.29	Sun Mar 24 13:56:24 2013
+++ src/sys/arch/evbarm/conf/RPI	Mon Mar 25 23:01:23 2013
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: RPI,v 1.29 2013/03/24 13:56:24 jmcneill Exp $
+#	$NetBSD: RPI,v 1.30 2013/03/25 23:01:23 jmcneill Exp $
 #
 #	RPi -- Raspberry Pi
 #
@@ -181,7 +181,11 @@ bcmmbox0	at obio?
 vcmbox0 	at bcmmbox0
 
 # VCHIQ
-#vchiq0		at obio?
+vchiq0		at obio?
+
+# AUDS
+vcaudio0	at vchiq0
+audio0		at vcaudio0
 
 # PL011 uart
 plcom0		at obio?

Reply via email to