From owner-cvs-src@FreeBSD.ORG Tue Aug 26 18:11:37 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD9EC106564A; Tue, 26 Aug 2008 18:11:37 +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 A50AA8FC1A; Tue, 26 Aug 2008 18:11:37 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7QIBbO1093859; Tue, 26 Aug 2008 18:11:37 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7QIBbuC093858; Tue, 26 Aug 2008 18:11:37 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <200808261811.m7QIBbuC093858@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Tue, 26 Aug 2008 18:11:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/dev/gem if_gem.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Aug 2008 18:11:37 -0000 marius 2008-08-26 18:11:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/gem if_gem.c Log: SVN rev 182208 on 2008-08-26 18:11:25Z by marius - Restore the behavior of enabling the MII buffer for an internal PHY only and not also in the case of an external PHY currently doing full duplex, which accidentally got broken in r172334. It's still not clear to me why we need to enable the buffer for an internal PHY though. - Count excess and late collisions as output errors. [1] - Count receive errors as input errors. [1] Obtained from: NetBSD [1] Revision Changes Path 1.44.2.6 +22 -10 src/sys/dev/gem/if_gem.c