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 Turn on bounce buffering.



details:   https://anonhg.NetBSD.org/src/rev/a8c5f58d920f
branches:  trunk
changeset: 784909:a8c5f58d920f
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Feb 13 23:25:28 2013 +0000

description:
Turn on bounce buffering.

diffstat:

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

diffs (21 lines):

diff -r 2aeb63ea12a4 -r a8c5f58d920f sys/arch/evbarm/conf/std.bcm53xx
--- a/sys/arch/evbarm/conf/std.bcm53xx  Wed Feb 13 23:19:14 2013 +0000
+++ b/sys/arch/evbarm/conf/std.bcm53xx  Wed Feb 13 23:25:28 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.bcm53xx,v 1.10 2012/12/16 23:47:56 matt Exp $
+#      $NetBSD: std.bcm53xx,v 1.11 2013/02/13 23:25:28 matt Exp $
 #
 # standard NetBSD/evbarm for BCM5301X options
 
@@ -12,9 +12,10 @@
 options        COM_TOLERANCE=40
 options        FPU_VFP
 options        CORTEX_PMC
-#options       _ARM32_NEED_BUS_DMA_BOUNCE
+options        _ARM32_NEED_BUS_DMA_BOUNCE
 options        PMAP_NEED_ALLOC_POOLPAGE
 options        __HAVE_MM_MD_DIRECT_MAPPED_PHYS
+options        __HAVE_MM_MD_CACHE_ALIASING
 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