From owner-cvs-all@FreeBSD.ORG Sun Feb 25 18:36:36 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 78C4B16A400; Sun, 25 Feb 2007 18:36:36 +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 5280B13C441; Sun, 25 Feb 2007 18:36:36 +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 l1PIaa5X012364; Sun, 25 Feb 2007 18:36:36 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1PIaaqs012363; Sun, 25 Feb 2007 18:36:36 GMT (envelope-from marius) Message-Id: <200702251836.l1PIaaqs012363@repoman.freebsd.org> From: Marius Strobl Date: Sun, 25 Feb 2007 18:36:36 +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 ruephy.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:36:36 -0000 marius 2007-02-25 18:36:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/mii ruephy.c Log: MFC: 1.6 - Take advantage of mii_phy_dev_probe() and mii_phy_setmedia(). - Set MIIF_NOLOOP as loopback doesn't work with this PHY. The MIIF_NOLOOP flag currently triggers nothing but hopefully will be respected by mii_phy_setmedia() later on. - Use MII_ANEGTICKS instead of 5. - Remove an unused macro. - Fix some whitespace nits. Revision Changes Path 1.4.8.2 +22 -52 src/sys/dev/mii/ruephy.c