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 Disable support for bounce buffers



details:   https://anonhg.NetBSD.org/src/rev/19d5a21ba911
branches:  trunk
changeset: 781892:19d5a21ba911
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Oct 05 06:04:43 2012 +0000

description:
Disable support for bounce buffers

diffstat:

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

diffs (18 lines):

diff -r 95953158d3e6 -r 19d5a21ba911 sys/arch/evbarm/conf/std.bcm53xx
--- a/sys/arch/evbarm/conf/std.bcm53xx  Fri Oct 05 06:04:17 2012 +0000
+++ b/sys/arch/evbarm/conf/std.bcm53xx  Fri Oct 05 06:04:43 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.bcm53xx,v 1.5 2012/09/22 19:49:34 matt Exp $
+#      $NetBSD: std.bcm53xx,v 1.6 2012/10/05 06:04:43 matt Exp $
 #
 # standard NetBSD/evbarm for BEAGLEBAORD options
 
@@ -16,7 +16,7 @@
 options        ARM32
 options        FPU_VFP
 options        CORTEX_PMC
-options        _ARM32_NEED_BUS_DMA_BOUNCE
+#options       _ARM32_NEED_BUS_DMA_BOUNCE
 options        __HAVE_FAST_SOFTINTS            # should be in types.h
 options        __HAVE_CPU_UAREA_ALLOC_IDLELWP
 options        __HAVE_CPU_COUNTER



Home | Main Index | Thread Index | Old Index