From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 12:59:56 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 66A7E106564A for ; Sun, 24 Oct 2010 12:59:56 +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 53B5C8FC17 for ; Sun, 24 Oct 2010 12:59:56 +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 o9OCxuo6061368 for ; Sun, 24 Oct 2010 12:59:56 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9OCxuZk061367 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 12:59:56 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201010241259.o9OCxuZk061367@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Sun, 24 Oct 2010 12:59:43 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/mii mii_physubr.c miivar.h 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: Sun, 24 Oct 2010 12:59:56 -0000 marius 2010-10-24 12:59:43 UTC FreeBSD src repository Modified files: sys/dev/mii mii_physubr.c miivar.h Log: SVN rev 214265 on 2010-10-24 12:59:43Z by marius - Given that as of r214264 all PHY drivers using mii(4) finally have been converted to use the mii_phy_add_media()/mii_phy_setmedia() pair instead of mii_add_media()/mii_anar() remove the latter. - Declare mii_media mii_media_table static as it shouldn't be used outside of mii_physubr.c. MFC after: never Revision Changes Path 1.32 +1 -94 src/sys/dev/mii/mii_physubr.c 1.25 +0 -2 src/sys/dev/mii/miivar.h