Module Name:    src
Committed By:   matt
Date:           Wed Dec 12 00:04:21 UTC 2012

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

Log Message:
Add options __HAVE_MM_MD_DIRECT_MAPPED_PHYS
for BCM5301X, also add SOSEND_NO_LOAN


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/evbarm/conf/std.bcm53xx \
    src/sys/arch/evbarm/conf/std.beagle

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.7 src/sys/arch/evbarm/conf/std.bcm53xx:1.8
--- src/sys/arch/evbarm/conf/std.bcm53xx:1.7	Wed Oct 17 20:21:26 2012
+++ src/sys/arch/evbarm/conf/std.bcm53xx	Wed Dec 12 00:04:21 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: std.bcm53xx,v 1.7 2012/10/17 20:21:26 matt Exp $
+#	$NetBSD: std.bcm53xx,v 1.8 2012/12/12 00:04:21 matt Exp $
 #
 # standard NetBSD/evbarm for BEAGLEBAORD options
 
@@ -12,12 +12,14 @@ options 	EXEC_ELF32
 options 	EXEC_SCRIPT
 
 # To support easy transit to ../arch/arm/arm32
+options 	SOSEND_NO_LOAN
 options 	COM_TOLERANCE=40
 options 	ARM32
 options 	FPU_VFP
 options 	CORTEX_PMC
 #options 	_ARM32_NEED_BUS_DMA_BOUNCE
 options 	PMAP_NEED_ALLOC_POOLPAGE
+options 	__HAVE_MM_MD_DIRECT_MAPPED_PHYS
 options 	__HAVE_FAST_SOFTINTS		# should be in types.h
 options 	__HAVE_CPU_UAREA_ALLOC_IDLELWP
 options 	__HAVE_CPU_COUNTER
Index: src/sys/arch/evbarm/conf/std.beagle
diff -u src/sys/arch/evbarm/conf/std.beagle:1.7 src/sys/arch/evbarm/conf/std.beagle:1.8
--- src/sys/arch/evbarm/conf/std.beagle:1.7	Sun Nov  4 23:30:39 2012
+++ src/sys/arch/evbarm/conf/std.beagle	Wed Dec 12 00:04:21 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: std.beagle,v 1.7 2012/11/04 23:30:39 khorben Exp $
+#	$NetBSD: std.beagle,v 1.8 2012/12/12 00:04:21 matt Exp $
 #
 # standard NetBSD/evbarm for BEAGLEBOARD options
 
@@ -16,6 +16,7 @@ options 	__HAVE_CPU_COUNTER
 options 	ARM32
 options 	CORTEX_PMC
 options 	__HAVE_FAST_SOFTINTS		# should be in types.h
+options 	__HAVE_MM_MD_DIRECT_MAPPED_PHYS
 options 	TPIDRPRW_IS_CURCPU
 options 	KERNEL_BASE_EXT=0x80000000
 options 	FPU_VFP

Reply via email to