From owner-svn-src-all@FreeBSD.ORG Thu May 3 07:48:20 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 6C760106566B; Thu, 3 May 2012 07:48:20 +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 573D38FC19; Thu, 3 May 2012 07:48:20 +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 q437mK08026460; Thu, 3 May 2012 07:48:20 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q437mKH9026458; Thu, 3 May 2012 07:48:20 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201205030748.q437mKH9026458@svn.freebsd.org> From: Adrian Chadd Date: Thu, 3 May 2012 07:48:20 +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: r234945 - head/sys/mips/conf X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 03 May 2012 07:48:20 -0000 Author: adrian Date: Thu May 3 07:48:19 2012 New Revision: 234945 URL: http://svn.freebsd.org/changeset/base/234945 Log: In the new world order, multiphy is now when the phymask is 0x0. This makes the TP-WN1043ND (ar913x based) work again. Modified: head/sys/mips/conf/TP-WN1043ND.hints Modified: head/sys/mips/conf/TP-WN1043ND.hints ============================================================================== --- head/sys/mips/conf/TP-WN1043ND.hints Thu May 3 07:22:29 2012 (r234944) +++ head/sys/mips/conf/TP-WN1043ND.hints Thu May 3 07:48:19 2012 (r234945) @@ -4,7 +4,8 @@ # $FreeBSD$ # Hard-code the PHY for now, until there's switch phy support. -hint.arge.0.phymask=0x000c +# hint.arge.0.phymask=0x000c +hint.arge.0.phymask=0x0000 hint.arge.0.media=1000 hint.arge.0.fduplex=1 # Where is the MAC address stored in flash for this particular unit.