Date: Sat, 27 Feb 2010 01:16:34 +0000 (UTC) From: Juli Mallett <jmallett@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r204381 - user/jmallett/octeon/sys/mips/conf Message-ID: <201002270116.o1R1GY7O009210@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002270116.o1R1GY7O009210>