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 bounce buffers



details:   https://anonhg.NetBSD.org/src/rev/83265c623955
branches:  trunk
changeset: 781622:83265c623955
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Sep 18 14:43:34 2012 +0000

description:
Enable bounce buffers

diffstat:

 sys/arch/evbarm/conf/std.integrator |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 35d36d039953 -r 83265c623955 sys/arch/evbarm/conf/std.integrator
--- a/sys/arch/evbarm/conf/std.integrator       Tue Sep 18 14:42:19 2012 +0000
+++ b/sys/arch/evbarm/conf/std.integrator       Tue Sep 18 14:43:34 2012 +0000
@@ -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 @@
 
 # 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
 



Home | Main Index | Thread Index | Old Index