From owner-cvs-all@FreeBSD.ORG Sun Feb 25 18:11:00 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7A1DD16A401; Sun, 25 Feb 2007 18:11:00 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6C07A13C4A6; Sun, 25 Feb 2007 18:11:00 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1PIB0bx006927; Sun, 25 Feb 2007 18:11:00 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1PIB0JH006923; Sun, 25 Feb 2007 18:11:00 GMT (envelope-from marius) Message-Id: <200702251811.l1PIB0JH006923@repoman.freebsd.org> From: Marius Strobl Date: Sun, 25 Feb 2007 18:11:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/mii rgephy.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2007 18:11:00 -0000 marius 2007-02-25 18:11:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/mii rgephy.c Log: MFC: 1.9 (partial), 1.14, 1.15 - Remove the first rgephy_reset() invocation in rgephy_attach(). This seems to have been missed when merging rev. 1.9, which actually moves the rgephy_reset() invocation further down, in rev. 1.6.2.1. - Don't set MIIF_NOISOLATE so rgephy(4) can be used in configurations with multiple PHYs and un-comment case IFM_NONE in case MII_MEDIACHG rgephy_service(). There doesn't seem to be a problem with isolating RTL8169S and their internal PHY. - Take advantage of mii_phy_add_media(). [1] Obtained from: NetBSD [1] Revision Changes Path 1.6.2.7 +6 -15 src/sys/dev/mii/rgephy.c