Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf enable vchiq, add vcaudio and audio dri...



details:   https://anonhg.NetBSD.org/src/rev/35772ad2749a
branches:  trunk
changeset: 785708:35772ad2749a
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Mon Mar 25 23:01:23 2013 +0000

description:
enable vchiq, add vcaudio and audio drivers

diffstat:

 sys/arch/evbarm/conf/RPI |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r c2680cfe4dae -r 35772ad2749a sys/arch/evbarm/conf/RPI
--- a/sys/arch/evbarm/conf/RPI  Mon Mar 25 22:59:25 2013 +0000
+++ b/sys/arch/evbarm/conf/RPI  Mon Mar 25 23:01:23 2013 +0000
@@ -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 @@
 vcmbox0        at bcmmbox0
 
 # VCHIQ
-#vchiq0                at obio?
+vchiq0         at obio?
+
+# AUDS
+vcaudio0       at vchiq0
+audio0         at vcaudio0
 
 # PL011 uart
 plcom0         at obio?



Home | Main Index | Thread Index | Old Index