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 arg 2GB causing usb issues, re-add __HA...



details:   https://anonhg.NetBSD.org/src/rev/75549fc001b8
branches:  trunk
changeset: 337765:75549fc001b8
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Apr 26 18:03:48 2015 +0000

description:
arg 2GB causing usb issues, re-add __HAVE_MM_DIRECT_MAPPED_PHYS for now

diffstat:

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

diffs (18 lines):

diff -r 9bc0714462e6 -r 75549fc001b8 sys/arch/evbarm/conf/std.tegra
--- a/sys/arch/evbarm/conf/std.tegra    Sun Apr 26 17:41:33 2015 +0000
+++ b/sys/arch/evbarm/conf/std.tegra    Sun Apr 26 18:03:48 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.tegra,v 1.2 2015/04/26 17:41:33 jmcneill Exp $
+#      $NetBSD: std.tegra,v 1.3 2015/04/26 18:03:48 jmcneill Exp $
 #
 
 machine        evbarm arm
@@ -12,7 +12,7 @@
 options        CORTEX_PMC
 options        __HAVE_FAST_SOFTINTS            # should be in types.h
 options        ARM_HAS_VBAR
-#options       __HAVE_MM_MD_DIRECT_MAPPED_PHYS
+options        __HAVE_MM_MD_DIRECT_MAPPED_PHYS
 #options       PMAP_NEED_ALLOC_POOLPAGE
 options        TPIDRPRW_IS_CURCPU
 options        KERNEL_BASE_EXT=0x80000000



Home | Main Index | Thread Index | Old Index