From owner-cvs-all Fri Jul 5 4: 7:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C79DE37B400; Fri, 5 Jul 2002 04:07:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F19943E31; Fri, 5 Jul 2002 04:07:25 -0700 (PDT) (envelope-from benno@FreeBSD.org) Received: from freefall.freebsd.org (benno@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g65B7PJU095960; Fri, 5 Jul 2002 04:07:25 -0700 (PDT) (envelope-from benno@freefall.freebsd.org) Received: (from benno@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g65B7Pq9095959; Fri, 5 Jul 2002 04:07:25 -0700 (PDT) Message-Id: <200207051107.g65B7Pq9095959@freefall.freebsd.org> From: Benno Rice Date: Fri, 5 Jul 2002 04:07:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mii bmtphy.c bmtphyreg.h miidevs X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG benno 2002/07/05 04:07:25 PDT Modified files: sys/dev/mii miidevs Added files: sys/dev/mii bmtphy.c bmtphyreg.h Log: Add a driver for the Broadcom BCM52xx "mini-theta" PHY. This includes the internal PHY on the 3COM 3C905B and 3C905C parts, however I've rigged it so that xlphy (aka exphy) takes precedence for the time being. If people try this with their xl cards and decide that it's a better choice, we can switch this later. This is the PHY used in various iMacs and possibly other GMAC-equipped Macintoshes with 10/100 PHYs (the ones with 10/100/1000 appear to use brgphy). Obtained from: NetBSD Revision Changes Path 1.1 +298 -0 src/sys/dev/mii/bmtphy.c (new) 1.1 +182 -0 src/sys/dev/mii/bmtphyreg.h (new) 1.20 +3 -0 src/sys/dev/mii/miidevs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message