Module Name: src
Committed By: matt
Date: Sat Sep 15 06:10:50 UTC 2012
Modified Files:
src/sys/arch/evbarm/conf: std.bcm53xx
Log Message:
Add __HAVE_ATOMIC64_OPS and __HAVE_PCI_CONF_HOOK
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 src/sys/arch/evbarm/conf/std.bcm53xx:1.3
--- src/sys/arch/evbarm/conf/std.bcm53xx:1.2 Sat Sep 1 11:04:17 2012
+++ src/sys/arch/evbarm/conf/std.bcm53xx Sat Sep 15 06:10:50 2012
@@ -1,4 +1,4 @@
-# $NetBSD: std.bcm53xx,v 1.2 2012/09/01 11:04:17 matt Exp $
+# $NetBSD: std.bcm53xx,v 1.3 2012/09/15 06:10:50 matt Exp $
#
# standard NetBSD/evbarm for BEAGLEBAORD options
@@ -18,6 +18,8 @@ options CORTEX_PMC
options __HAVE_FAST_SOFTINTS # should be in types.h
options __HAVE_CPU_UAREA_ALLOC_IDLELWP
options __HAVE_CPU_COUNTER
+options __HAVE_ATOMIC64_OPS
+options __HAVE_PCI_CONF_HOOK
options TPIDRPRW_IS_CURCPU
options KERNEL_BASE_EXT=0x80000000
options EVBARM_BOARDTYPE="bcm53xx"