svn commit: r203075 - head/sys/mips/conf

Warner Losh imp at FreeBSD.org
Wed Jan 27 16:15:20 UTC 2010


Author: imp
Date: Wed Jan 27 16:15:19 2010
New Revision: 203075
URL: http://svn.freebsd.org/changeset/base/203075

Log:
  Move back to physical address 0x01000000.  0x00100000 seems to have
  problems sometimes for reasons I haven't tracked down.

Modified:
  head/sys/mips/conf/OCTEON1-32

Modified: head/sys/mips/conf/OCTEON1-32
==============================================================================
--- head/sys/mips/conf/OCTEON1-32	Wed Jan 27 15:36:19 2010	(r203074)
+++ head/sys/mips/conf/OCTEON1-32	Wed Jan 27 16:15:19 2010	(r203075)
@@ -26,8 +26,8 @@ makeoptions	MODULES_OVERRIDE=""
 makeoptions     TARGET_BIG_ENDIAN=defined
 makeoptions     LDSCRIPT_NAME=ldscript.mips.octeon1.32
 
-options		KERNVIRTADDR=0x80100000
-makeoptions	KERNLOADADDR=0x80100000
+options		KERNVIRTADDR=0x81000000
+makeoptions	KERNLOADADDR=0x81000000
 include		"../cavium/std.octeon1"
 
 hints		"OCTEON1.hints"		#Default places to look for devices.


More information about the svn-src-head mailing list