From owner-cvs-src@FreeBSD.ORG Thu Jun 22 03:58:12 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BAEC16A474; Thu, 22 Jun 2006 03:58:12 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27A9B44587; Thu, 22 Jun 2006 03:58:12 +0000 (GMT) (envelope-from scottl@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 k5M3wCYb093219; Thu, 22 Jun 2006 03:58:12 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5M3wCpn093218; Thu, 22 Jun 2006 03:58:12 GMT (envelope-from scottl) Message-Id: <200606220358.k5M3wCpn093218@repoman.freebsd.org> From: Scott Long Date: Thu, 22 Jun 2006 03:58: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 dcphy.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jun 2006 03:58:12 -0000 scottl 2006-06-22 03:58:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/mii dcphy.c Log: MFC rev 1.31: Use PCI bus accessors rather than reading config registers directly to get the subvendor device id. Revision Changes Path 1.28.2.1 +3 -2 src/sys/dev/mii/dcphy.c