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 Add __HAVE_ATOMIC64_OPS and __HAVE_PCI_...



details:   https://anonhg.NetBSD.org/src/rev/3634fcbbdc33
branches:  trunk
changeset: 781558:3634fcbbdc33
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Sep 15 06:10:50 2012 +0000

description:
Add __HAVE_ATOMIC64_OPS and __HAVE_PCI_CONF_HOOK

diffstat:

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

diffs (18 lines):

diff -r 13b26460fe5f -r 3634fcbbdc33 sys/arch/evbarm/conf/std.bcm53xx
--- a/sys/arch/evbarm/conf/std.bcm53xx  Sat Sep 15 06:10:13 2012 +0000
+++ b/sys/arch/evbarm/conf/std.bcm53xx  Sat Sep 15 06:10:50 2012 +0000
@@ -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        __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"



Home | Main Index | Thread Index | Old Index