From owner-cvs-all Sun Aug 29 8:43:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BFAE715235; Sun, 29 Aug 1999 08:43:07 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA85350; Sun, 29 Aug 1999 08:42:07 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199908291542.IAA85350@freefall.freebsd.org> From: Bill Paul Date: Sun, 29 Aug 1999 08:42:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mii exphy.c mii.c miidevs Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/08/29 08:42:06 PDT Modified files: sys/dev/mii exphy.c mii.c miidevs Log: The ASIC on the 3c905C appears to be manufactured by Broadcom (previous ones were made by Lucent). The Broadcom chip also appears to use an internal PHY made by Broadcom which uses the Broadcom OUI. This is different from previous ASICs which always returned 0 in the PHY ID registers. To account for this, I added the necessary ID values for the Broadcom PHY so that it can be detected and attached using the 3Com PHY driver instead of defaulting to the generic one. Revision Changes Path 1.3 +9 -4 src/sys/dev/mii/exphy.c 1.4 +5 -2 src/sys/dev/mii/mii.c 1.3 +5 -1 src/sys/dev/mii/miidevs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message