From owner-svn-src-head@FreeBSD.ORG Wed May 2 07:41:26 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C23DD106564A; Wed, 2 May 2012 07:41:26 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id AD54A8FC08; Wed, 2 May 2012 07:41:26 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q427fQqF071892; Wed, 2 May 2012 07:41:26 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q427fQP7071890; Wed, 2 May 2012 07:41:26 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201205020741.q427fQP7071890@svn.freebsd.org> From: Adrian Chadd Date: Wed, 2 May 2012 07:41:26 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r234918 - head/sys/mips/conf X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 May 2012 07:41:26 -0000 Author: adrian Date: Wed May 2 07:41:26 2012 New Revision: 234918 URL: http://svn.freebsd.org/changeset/base/234918 Log: Disable the pll_1000 hint for now, the upcoming work enables it and it breaks without the switch PHY code. Modified: head/sys/mips/conf/AP96.hints Modified: head/sys/mips/conf/AP96.hints ============================================================================== --- head/sys/mips/conf/AP96.hints Wed May 2 07:22:58 2012 (r234917) +++ head/sys/mips/conf/AP96.hints Wed May 2 07:41:26 2012 (r234918) @@ -23,7 +23,7 @@ hint.arge.0.mdio=mdioproxy0 # TODO: RGMII hint.arge.1.phymask=0x10 -hint.arge.1.pll_1000 = 0x1f000000 +# hint.arge.1.pll_1000 = 0x1f000000 # For now, rendezouvs this on the arge0 mdiobus. # Later, this will rendezvous via the AR8316 switch. hint.arge.1.miimode=3 # RGMII