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 omapdma, also re-enable omapfb sinc...



details:   https://anonhg.NetBSD.org/src/rev/889a5e96c8a8
branches:  trunk
changeset: 783806:889a5e96c8a8
user:      macallan <macallan%NetBSD.org@localhost>
date:      Wed Jan 09 04:44:54 2013 +0000

description:
add omapdma, also re-enable omapfb since it no longer unconditionally hogs
the console

diffstat:

 sys/arch/evbarm/conf/BEAGLEBOARD |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r a9f966090dc1 -r 889a5e96c8a8 sys/arch/evbarm/conf/BEAGLEBOARD
--- a/sys/arch/evbarm/conf/BEAGLEBOARD  Wed Jan 09 04:40:46 2013 +0000
+++ b/sys/arch/evbarm/conf/BEAGLEBOARD  Wed Jan 09 04:44:54 2013 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: BEAGLEBOARD,v 1.39 2013/01/01 13:05:46 jmcneill Exp $
+#      $NetBSD: BEAGLEBOARD,v 1.40 2013/01/09 04:44:54 macallan Exp $
 #
 #      BEAGLEBOARD -- TI OMAP 3530 Eval Board Kernel
 #
@@ -251,8 +251,11 @@
 #omapwdt32k*   at obio2 addr 0x49030000 size 2048      # WDT3
 omapwdt32k*    at obio1 addr 0x48314000 size 2048      # WDT2
 
+# onboard DMA
+omapdma0       at obio0 addr 0x48056000 size 0x1000
+
 # onboard video
-#omapfb*       at obio0 addr 0x48050000 size 0x10000
+omapfb*        at obio0 addr 0x48050000 size 0x10000
 
 # make sure the console display is always wsdisplay0
 #wsdisplay0    at wsemuldisplaydev? console 1



Home | Main Index | Thread Index | Old Index