| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
Cleanup my earlier de-__P sweep and remove whitespace between function
names and paramters.
Notes:
svn path=/head/; revision=105135
|
| |
|
|
|
|
|
|
| |
do anything at the end of the day except bloat the drivers which has
copy&pasted it.
Notes:
svn path=/head/; revision=96026
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=95877
|
| |
|
|
|
|
|
|
|
|
| |
Rename mii_phy_auto_stop() mii_phy_down().
Introduce mii_down(), use it from nge. Do not indirect it to 19 identical
case's in 19 switchstatements like NetBSD did.
Notes:
svn path=/head/; revision=95722
|
| |
|
|
|
|
|
| |
mistakes like the one brgphy.c (now corrected).
Notes:
svn path=/head/; revision=95667
|
| |
|
|
| |
Notes:
svn path=/head/; revision=95665
|
| |
|
|
| |
Notes:
svn path=/head/; revision=92739
|
| |
|
|
|
|
|
|
|
|
| |
. Make internal service routines static.
. Use a consistent ordering of checks in MII_TICK. Do the work in the
mii_phy_tick() subroutine if appropriate.
. Call mii_phy_update() to trigger the callbacks.
Notes:
svn path=/head/; revision=84145
|
|
|
Obtained from: NetBSD/OpenBSD
Notes:
svn path=/head/; revision=72132
|