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 Add aaci at fdt, commented out for now....



details:   https://anonhg.NetBSD.org/src/rev/a0bccab9aa28
branches:  trunk
changeset: 824529:a0bccab9aa28
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Thu Jun 08 10:05:32 2017 +0000

description:
Add aaci at fdt, commented out for now. Driver should work (tm) but QEMU
and my old Thinkpad can't seem to keep up.

diffstat:

 sys/arch/evbarm/conf/VEXPRESS_A15 |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 887ce4f776e4 -r a0bccab9aa28 sys/arch/evbarm/conf/VEXPRESS_A15
--- a/sys/arch/evbarm/conf/VEXPRESS_A15 Thu Jun 08 10:03:59 2017 +0000
+++ b/sys/arch/evbarm/conf/VEXPRESS_A15 Thu Jun 08 10:05:32 2017 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: VEXPRESS_A15,v 1.13 2017/06/06 00:25:48 jmcneill Exp $
+#      $NetBSD: VEXPRESS_A15,v 1.14 2017/06/08 10:05:32 jmcneill Exp $
 #
 #      ARM Versatile Express A15
 #
@@ -63,6 +63,11 @@
 ld3            at sdmmc3
 ld*            at sdmmc?
 
+# Audio
+#aaci*         at fdt?                 # ARM PrimeCell AACI
+#audio*                at audiobus?
+#spkr*         at audio?               # PC speaker (synthesized)
+
 # Framebuffer
 genfb*         at fdt?
 wsdisplay*     at genfb?



Home | Main Index | Thread Index | Old Index