From owner-cvs-src-old@FreeBSD.ORG Fri Dec 5 19:53:26 2008 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 897D81065676 for ; Fri, 5 Dec 2008 19:53:26 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 77A418FC17 for ; Fri, 5 Dec 2008 19:53:26 +0000 (UTC) (envelope-from jhb@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 mB5JrQuG028207 for ; Fri, 5 Dec 2008 19:53:26 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mB5JrQJf028206 for cvs-src-old@freebsd.org; Fri, 5 Dec 2008 19:53:26 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200812051953.mB5JrQJf028206@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Fri, 5 Dec 2008 19:53:12 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_6 Subject: cvs commit: src/sys/dev/mii ciphy.c ciphyreg.h miidevs rlphy.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: Fri, 05 Dec 2008 19:53:26 -0000 jhb 2008-12-05 19:53:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/mii ciphy.c ciphyreg.h miidevs rlphy.c Log: SVN rev 185645 on 2008-12-05 19:53:12Z by jhb MFC: Support for the IC Plus IP101 10/100 PHY and Vitesse VSC8601 PHY that are found on some nvidia parts. Suggested by: yongari Revision Changes Path 1.2.2.5 +20 -0 src/sys/dev/mii/ciphy.c 1.2.2.1 +10 -0 src/sys/dev/mii/ciphyreg.h 1.30.2.18 +3 -0 src/sys/dev/mii/miidevs 1.21.2.5 +1 -0 src/sys/dev/mii/rlphy.c