svn commit: r204381 - user/jmallett/octeon/sys/mips/conf

Juli Mallett jmallett at FreeBSD.org
Sat Feb 27 01:16:35 UTC 2010


Author: jmallett
Date: Sat Feb 27 01:16:34 2010
New Revision: 204381
URL: http://svn.freebsd.org/changeset/base/204381

Log:
  Temporarily disable RGMII.  Adjust CF root.

Modified:
  user/jmallett/octeon/sys/mips/conf/OCTEON1-32

Modified: user/jmallett/octeon/sys/mips/conf/OCTEON1-32
==============================================================================
--- user/jmallett/octeon/sys/mips/conf/OCTEON1-32	Sat Feb 27 00:37:06 2010	(r204380)
+++ user/jmallett/octeon/sys/mips/conf/OCTEON1-32	Sat Feb 27 01:16:34 2010	(r204381)
@@ -67,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:cf0s2a\"	# Unmask if compact flash is needed as RFS
+options 	ROOTDEVNAME=\"ufs:cf0s1\"
 
 #
 # Use the following for RFS in mem-device


More information about the svn-src-user mailing list