Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jan 2010 04:40:38 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r202065 - head/sys/mips/conf
Message-ID:  <201001110440.o0B4ecAV051764@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Mon Jan 11 04:40:38 2010
New Revision: 202065
URL: http://svn.freebsd.org/changeset/base/202065

Log:
  Cope with the octeon1->cavium move.

Modified:
  head/sys/mips/conf/OCTEON1   (contents, props changed)
  head/sys/mips/conf/OCTEON1-32   (contents, props changed)
Directory Properties:
  head/sys/mips/conf/OCTEON1.hints   (props changed)

Modified: head/sys/mips/conf/OCTEON1
==============================================================================
--- head/sys/mips/conf/OCTEON1	Mon Jan 11 04:38:37 2010	(r202064)
+++ head/sys/mips/conf/OCTEON1	Mon Jan 11 04:40:38 2010	(r202065)
@@ -31,7 +31,7 @@ makeoptions     TARGET_64BIT=defined
 makeoptions	KERNLOADADDR=0xffffffff80100000
 
 options		KERNVIRTADDR=0xffffffff80100000
-include		"../octeon1/std.octeon1"
+include		"../cavium/std.octeon1"
 
 hints		"OCTEON1.hints"		#Default places to look for devices.
 

Modified: head/sys/mips/conf/OCTEON1-32
==============================================================================
--- head/sys/mips/conf/OCTEON1-32	Mon Jan 11 04:38:37 2010	(r202064)
+++ head/sys/mips/conf/OCTEON1-32	Mon Jan 11 04:40:38 2010	(r202065)
@@ -32,7 +32,7 @@ makeoptions     LDSCRIPT_NAME=ldscript.m
 
 options		KERNVIRTADDR=0x80100000
 makeoptions	KERNLOADADDR=0x80100000
-include		"../octeon1/std.octeon1"
+include		"../cavium/std.octeon1"
 
 hints		"OCTEON1.hints"		#Default places to look for devices.
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001110440.o0B4ecAV051764>