From owner-cvs-src-old@FreeBSD.ORG Thu Mar 19 22:35:14 2009 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 C09C9106566C for ; Thu, 19 Mar 2009 22:35:14 +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 AE1B48FC08 for ; Thu, 19 Mar 2009 22:35:14 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n2JMZEUY045609 for ; Thu, 19 Mar 2009 22:35:14 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n2JMZEB6045608 for cvs-src-old@freebsd.org; Thu, 19 Mar 2009 22:35:14 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <200903192235.n2JMZEB6045608@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Thu, 19 Mar 2009 22:34:55 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/dc dcphy.c pnphy.c 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: Thu, 19 Mar 2009 22:35:15 -0000 marius 2009-03-19 22:34:55 UTC FreeBSD src repository Modified files: sys/dev/dc dcphy.c pnphy.c Log: SVN rev 190117 on 2009-03-19 22:34:55Z by marius - Set MIIF_NOLOOP and don't add IFM_LOOP as loopback apparently isn't supported with these pseudo-PHYs. The MIIF_NOLOOP flag currently triggers nothing but hopefully will be respected by mii_phy_setmedia() later on. - Don't add IFM_NONE as isolation isn't supported by these pseudo-PHYs. - Use mii_phy_add_media() instead of mii_add_media() so the latter can be eventually retired. Revision Changes Path 1.35 +6 -8 src/sys/dev/dc/dcphy.c 1.23 +6 -11 src/sys/dev/dc/pnphy.c