From owner-svn-src-head@FreeBSD.ORG Sat Mar 21 06:12:47 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 94A4F515; Sat, 21 Mar 2015 06:12:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E566AAE; Sat, 21 Mar 2015 06:12:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2L6ClpP013484; Sat, 21 Mar 2015 06:12:47 GMT (envelope-from adrian@FreeBSD.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2L6Cl7H013483; Sat, 21 Mar 2015 06:12:47 GMT (envelope-from adrian@FreeBSD.org) Message-Id: <201503210612.t2L6Cl7H013483@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adrian set sender to adrian@FreeBSD.org using -f From: Adrian Chadd Date: Sat, 21 Mar 2015 06:12:47 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r280316 - 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-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sat, 21 Mar 2015 06:12:47 -0000 Author: adrian Date: Sat Mar 21 06:12:46 2015 New Revision: 280316 URL: https://svnweb.freebsd.org/changeset/base/280316 Log: Now that the switch PHY fully works, don't limit arge0 to only being up if the WAN port is up. This way I can use it for arbitrary ports/vlans. Modified: head/sys/mips/conf/AP135.hints Modified: head/sys/mips/conf/AP135.hints ============================================================================== --- head/sys/mips/conf/AP135.hints Sat Mar 21 06:08:35 2015 (r280315) +++ head/sys/mips/conf/AP135.hints Sat Mar 21 06:12:46 2015 (r280316) @@ -87,7 +87,7 @@ hint.arswitch.0.port.6.rxpause=1 # so, lock both sides of this connect up to 1000/full; # if_arge thus wont change the PLL configuration # upon a link status change. -hint.arge.0.phymask=0x10 +hint.arge.0.phymask=0x0 hint.arge.0.miimode=3 # RGMII hint.arge.0.media=1000 hint.arge.0.fduplex=1