From owner-svn-src-all@FreeBSD.ORG Wed Nov 7 22:46:31 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 31BDAC48; Wed, 7 Nov 2012 22:46:31 +0000 (UTC) (envelope-from ray@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id F03C08FC08; Wed, 7 Nov 2012 22:46:30 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qA7MkU3H022143; Wed, 7 Nov 2012 22:46:30 GMT (envelope-from ray@svn.freebsd.org) Received: (from ray@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qA7MkUEe022140; Wed, 7 Nov 2012 22:46:30 GMT (envelope-from ray@svn.freebsd.org) Message-Id: <201211072246.qA7MkUEe022140@svn.freebsd.org> From: Aleksandr Rybalko Date: Wed, 7 Nov 2012 22:46:30 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r242718 - head/sys/mips/conf X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Nov 2012 22:46:31 -0000 Author: ray Date: Wed Nov 7 22:46:30 2012 New Revision: 242718 URL: http://svnweb.freebsd.org/changeset/base/242718 Log: Hint miibus to attach arswitch on AP91, AP93 and RSPRO boards. Submitted by: Luiz Otavio O Souza Approved by: adrian (menthor) Modified: head/sys/mips/conf/AP91.hints head/sys/mips/conf/AP93.hints head/sys/mips/conf/RSPRO.hints Modified: head/sys/mips/conf/AP91.hints ============================================================================== --- head/sys/mips/conf/AP91.hints Wed Nov 7 22:45:34 2012 (r242717) +++ head/sys/mips/conf/AP91.hints Wed Nov 7 22:46:30 2012 (r242718) @@ -30,6 +30,7 @@ hint.arge.1.fduplex=1 # # AR7240 switch config # +hint.arswitch.0.at="mdio0" hint.arswitch.0.is_7240=1 # We need to be explicitly told this hint.arswitch.0.numphys=4 # 4 active switch PHYs (PHY 0 -> 3) hint.arswitch.0.phy4cpu=1 # Yes, PHY 4 == dedicated PHY Modified: head/sys/mips/conf/AP93.hints ============================================================================== --- head/sys/mips/conf/AP93.hints Wed Nov 7 22:45:34 2012 (r242717) +++ head/sys/mips/conf/AP93.hints Wed Nov 7 22:46:30 2012 (r242718) @@ -25,6 +25,7 @@ hint.arge.1.fduplex=1 # # AR7240 switch config # +hint.arswitch.0.at="mdio0" hint.arswitch.0.is_7240=1 # We need to be explicitly told this hint.arswitch.0.numphys=4 # 4 active switch PHYs (PHY 0 -> 3) hint.arswitch.0.phy4cpu=1 # Yes, PHY 4 == dedicated PHY Modified: head/sys/mips/conf/RSPRO.hints ============================================================================== --- head/sys/mips/conf/RSPRO.hints Wed Nov 7 22:45:34 2012 (r242717) +++ head/sys/mips/conf/RSPRO.hints Wed Nov 7 22:46:30 2012 (r242718) @@ -17,6 +17,7 @@ hint.arge.1.fduplex=1 # hint.arge.1.phymask=0x0 # no directly mapped PHYs hint.arge.1.miimode=3 # RGMII +hint.arswitch.0.at="mdio0" hint.arswitch.0.is_7240=0 hint.arswitch.0.numphys=4 hint.arswitch.0.phy4cpu=1