Module Name: src
Committed By: matt
Date: Tue Sep 18 14:43:34 UTC 2012
Modified Files:
src/sys/arch/evbarm/conf: std.integrator
Log Message:
Enable bounce buffers
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/evbarm/conf/std.integrator
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/std.integrator
diff -u src/sys/arch/evbarm/conf/std.integrator:1.15 src/sys/arch/evbarm/conf/std.integrator:1.16
--- src/sys/arch/evbarm/conf/std.integrator:1.15 Sun Jan 27 12:37:11 2008
+++ src/sys/arch/evbarm/conf/std.integrator Tue Sep 18 14:43:34 2012
@@ -1,4 +1,4 @@
-# $NetBSD: std.integrator,v 1.15 2008/01/27 12:37:11 chris Exp $
+# $NetBSD: std.integrator,v 1.16 2012/09/18 14:43:34 matt Exp $
#
# standard NetBSD/integrator options
@@ -15,6 +15,7 @@ options EXEC_ELF32
# To support easy transit to ../arch/arm/arm32
options ARM32
+options _ARM32_NEED_BUS_DMA_BOUNCE
#options ARM32_NEW_VM_LAYOUT # Not yet ready for prime-time