Module Name:    src
Committed By:   matt
Date:           Wed Feb 13 23:25:28 UTC 2013

Modified Files:
        src/sys/arch/evbarm/conf: std.bcm53xx

Log Message:
Turn on bounce buffering.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/evbarm/conf/std.bcm53xx

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.bcm53xx
diff -u src/sys/arch/evbarm/conf/std.bcm53xx:1.10 src/sys/arch/evbarm/conf/std.bcm53xx:1.11
--- src/sys/arch/evbarm/conf/std.bcm53xx:1.10	Sun Dec 16 23:47:56 2012
+++ src/sys/arch/evbarm/conf/std.bcm53xx	Wed Feb 13 23:25:28 2013
@@ -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 	SOSEND_NO_LOAN
 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

Reply via email to