From owner-cvs-src-old@FreeBSD.ORG Fri Oct 15 15:47:15 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 6063A10656C0 for ; Fri, 15 Oct 2010 15:47:15 +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 4DB778FC14 for ; Fri, 15 Oct 2010 15:47:15 +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 o9FFlF6r074777 for ; Fri, 15 Oct 2010 15:47:15 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9FFlFg2074776 for cvs-src-old@freebsd.org; Fri, 15 Oct 2010 15:47:15 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201010151547.o9FFlFg2074776@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Fri, 15 Oct 2010 15:46:58 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/mii mii.c miivar.h src/sys/modules/mii Makefile 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: Fri, 15 Oct 2010 15:47:15 -0000 marius 2010-10-15 15:46:58 UTC FreeBSD src repository Modified files: sys/dev/mii mii.c miivar.h sys/modules/mii Makefile Log: SVN rev 213900 on 2010-10-15 15:46:58Z by marius Now that all previous users of mii_phy_probe() have been converted in r213893 and r213894 to use mii_attach() instead remove the former and along with it the "EVIL HACK". MFC after: never Revision Changes Path 1.39 +0 -15 src/sys/dev/mii/mii.c 1.24 +0 -1 src/sys/dev/mii/miivar.h 1.38 +0 -1 src/sys/modules/mii/Makefile