From owner-cvs-all Thu Oct 5 10:36:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BA6F37B66C; Thu, 5 Oct 2000 10:36:15 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA72375; Thu, 5 Oct 2000 10:36:15 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <200010051736.KAA72375@freefall.freebsd.org> From: Bill Paul Date: Thu, 5 Oct 2000 10:36:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_dc.c if_dcreg.h src/sys/dev/mii dcphy.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/10/05 10:36:15 PDT Modified files: sys/pci if_dc.c if_dcreg.h sys/dev/mii dcphy.c Log: Add support for parsing the media blocks from the SROM on 21143 adapters. This is necessary in order to make this driver work with the built-in ethernet on the alpha Miata machines. These systems have a 21143-PC chip on-board and optional daughtercards with either a 10/100 MII transceiver or a 10baseT/10base2 transceiver. In both cases, you need to twiddle the GPIO bits on the controller in order to turn the transceivers on, and you have to read the media info from the SROM in order to find out what bits to twiddle. Revision Changes Path 1.24 +224 -58 src/sys/pci/if_dc.c 1.12 +120 -2 src/sys/pci/if_dcreg.h 1.6 +17 -11 src/sys/dev/mii/dcphy.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message