Date: Sun, 29 Aug 1999 08:42:07 -0700 (PDT) From: Bill Paul <wpaul@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mii exphy.c mii.c miidevs Message-ID: <199908291542.IAA85350@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908291542.IAA85350>