Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jan 2010 16:55:31 +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: r202975 - head/sys/mips/conf
Message-ID:  <201001251655.o0PGtVY8022171@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Mon Jan 25 16:55:31 2010
New Revision: 202975
URL: http://svn.freebsd.org/changeset/base/202975

Log:
  Fix device name for root....
  Indent rgmii correctly.
  Remove stale comments.

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

Modified: head/sys/mips/conf/OCTEON1-32
==============================================================================
--- head/sys/mips/conf/OCTEON1-32	Mon Jan 25 16:55:30 2010	(r202974)
+++ head/sys/mips/conf/OCTEON1-32	Mon Jan 25 16:55:31 2010	(r202975)
@@ -34,8 +34,6 @@ hints		"OCTEON1.hints"		#Default places 
 
 makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
 
-#XXXimp: Need to make work with 64-bit too
-#options 	ISA_MIPS64
 options 	ISA_MIPS32
 
 options		DDB
@@ -69,14 +67,14 @@ device		ether
 device		md
 device		uart
 nodevice	uart_ns8250
-device 		rgmii
+device	 	rgmii
 #options 	VERBOSE_SYSINIT
 
 
 #
 # Use the following for  Compact Flash file-system
 device 		cf
-options         ROOTDEVNAME = \"ufs:cf0s2\"	# Unmask if compact flash is needed as RFS
+options         ROOTDEVNAME = \"ufs:cf0s2a\"	# Unmask if compact flash is needed as RFS
 
 #
 # Use the following for RFS in mem-device



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