From owner-cvs-all@FreeBSD.ORG Sun Feb 11 16:09:11 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 EC19216A400; Sun, 11 Feb 2007 16:09:11 +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 C594013C428; Sun, 11 Feb 2007 16:09:11 +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 l1BG9BkP005418; Sun, 11 Feb 2007 16:09:11 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1BG9BE3005417; Sun, 11 Feb 2007 16:09:11 GMT (envelope-from marius) Message-Id: <200702111609.l1BG9BE3005417@repoman.freebsd.org> From: Marius Strobl Date: Sun, 11 Feb 2007 16:09:11 +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 lxtphy.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, 11 Feb 2007 16:09:12 -0000 marius 2007-02-11 16:09:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/mii lxtphy.c Log: MFC: 1.17, 1.19 - Don't set MIIF_NOISOLATE so lxtphy(4) can be used in configurations with multiple PHYs. There doesn't seem to be a problem with isolating LXT970 per se nor in combination with the NICs they're used with and lxtphy(4) was already adding IFM_NONE anyway. - Use mii_phy_add_media() instead of mii_add_media() so the latter can be eventually retired. - Take advantage of mii_phy_setmedia(). - Fix some whitespace nits. Obtained from: NetBSD Revision Changes Path 1.14.2.3 +10 -37 src/sys/dev/mii/lxtphy.c