From owner-cvs-src-old@FreeBSD.ORG Fri Nov 26 20:46:12 2010 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 9013D10656C2 for ; Fri, 26 Nov 2010 20:46:12 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7C17F8FC17 for ; Fri, 26 Nov 2010 20:46:12 +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 oAQKkC0l088000 for ; Fri, 26 Nov 2010 20:46:12 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oAQKkCcO087999 for cvs-src-old@freebsd.org; Fri, 26 Nov 2010 20:46:12 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201011262046.oAQKkCcO087999@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Fri, 26 Nov 2010 20:45:49 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/mii atphy.c bmtphy.c gentbi.c inphy.c jmphy.c nsgphy.c nsphyter.c rgephy.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: Fri, 26 Nov 2010 20:46:12 -0000 marius 2010-11-26 20:45:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/mii atphy.c bmtphy.c gentbi.c inphy.c jmphy.c nsgphy.c nsphyter.c rgephy.c Log: SVN rev 215882 on 2010-11-26 20:45:49Z by marius MFC: r215298, r215459, r215714, r215716 - Change these drivers to take advantage and use the generic IEEE 802.3 annex 31B full duplex flow control as well as the IFM_1000_T master support committed in r215297 (merged to stable/8 in r215881). For atphy(4) and jmphy(4) this includes changing these PHY drivers to no longer unconditionally advertise support for flow control but only if the selected media has IFM_FLOW set (or MIIF_FORCEPAUSE is set). - Rename {atphy,jmphy}_auto() to {atphy,jmphy}_setmedia() as these handle other media types as well. Reviewed by: yongari (plus additional testing) Obtained from: NetBSD (partially), OpenBSD (partially) Revision Changes Path 1.3.2.6 +23 -14 src/sys/dev/mii/atphy.c 1.12.10.7 +4 -1 src/sys/dev/mii/bmtphy.c 1.4.2.7 +4 -1 src/sys/dev/mii/gentbi.c 1.17.10.6 +4 -1 src/sys/dev/mii/inphy.c 1.1.6.5 +18 -19 src/sys/dev/mii/jmphy.c 1.25.2.5 +4 -1 src/sys/dev/mii/nsgphy.c 1.1.6.6 +2 -4 src/sys/dev/mii/nsphyter.c 1.21.2.5 +38 -40 src/sys/dev/mii/rgephy.c