Date: Wed, 1 May 2002 12:15:54 -0700 (PDT) From: Semen Ustimenko <semenu@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mii acphy.c qsphy.c Message-ID: <200205011915.g41JFsI54678@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
semenu 2002/05/01 12:15:54 PDT
Modified files:
sys/dev/mii acphy.c qsphy.c
Log:
MII_TICK handlers need not restart aneg on these PHYs, they behave pretty
well as is, so - just fetch current status upon MII_TICK.
Also do IFM_INST verification at the top of *_service() then doing it
separately for every case in switch.
acphy: do not read MII_ACPHY_DIAG twice, there is nothing latching.
qsphy: always fetch actual link status from MII_QSPHY_PCTL.
MFC after: 1 week
Revision Changes Path
1.8 +16 -40 src/sys/dev/mii/acphy.c
1.7 +39 -69 src/sys/dev/mii/qsphy.c
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?200205011915.g41JFsI54678>
