From owner-cvs-src-old@FreeBSD.ORG Thu May 19 17:18:26 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 349F71065742 for ; Thu, 19 May 2011 17:18:26 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2384F8FC19 for ; Thu, 19 May 2011 17:18:26 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p4JHIQfc019694 for ; Thu, 19 May 2011 17:18:26 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p4JHIQHS019693 for cvs-src-old@freebsd.org; Thu, 19 May 2011 17:18:26 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201105191718.p4JHIQHS019693@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Thu, 19 May 2011 17:18:13 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/mii atphy.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2011 17:18:26 -0000 yongari 2011-05-19 17:18:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/mii atphy.c Log: SVN rev 222098 on 2011-05-19 17:18:13Z by yongari MFC r221817: Explicitly clear 1000baseT control register for F1 PHY used in AR8132 FastEthernet controller. The PHY has no ability to establish a gigabit link. Previously only link parters which support down-shifting was able to establish link. This change should fix a long standing link establishment issue of AR8132. PR: kern/156935 Revision Changes Path 1.3.2.8 +15 -0 src/sys/dev/mii/atphy.c