Module Name:    src
Committed By:   chs
Date:           Sun Aug 10 22:55:29 UTC 2014

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

Log Message:
add missing omapdma.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/evbarm/conf/IGEPV2

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/IGEPV2
diff -u src/sys/arch/evbarm/conf/IGEPV2:1.22 src/sys/arch/evbarm/conf/IGEPV2:1.23
--- src/sys/arch/evbarm/conf/IGEPV2:1.22	Sun Aug  3 09:18:16 2014
+++ src/sys/arch/evbarm/conf/IGEPV2	Sun Aug 10 22:55:29 2014
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: IGEPV2,v 1.22 2014/08/03 09:18:16 martin Exp $
+#	$NetBSD: IGEPV2,v 1.23 2014/08/10 22:55:29 chs Exp $
 #
 #	IGEPv2 -- TI OMAP 3530 Eval Board Kernel
 #
@@ -236,6 +236,9 @@ omapwdt32k*	at obio2 addr 0x49030000 siz
 #omapwdt32k*	at obio1 addr 0x4830c000 size 2048	# WDT1
 #omapwdt32k*	at obio1 addr 0x48314000 size 2048	# WDT2
 
+# onboard DMA
+omapdma0	at obio0 addr 0x48056000 size 0x1000
+
 # Power, Reset and Clock Management
 prcm*		at obio1 addr 0x48306000 size 0x2000	# PRM Module
 

Reply via email to