Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/mii



Module Name:    src
Committed By:   msaitoh
Date:           Sun Jan 20 07:58:19 UTC 2008

Modified Files:
        src/sys/dev/mii: gphyter.c mii_physubr.c nsphyter.c

Log Message:
mii_physubr.c::mii_phy_reset() has gphyter and nsphyter specific delay(500).
This delay cause 500us loops under splnet() per linkdown port per mii_tick.
It causes periodically drop packets. It's not acceptable for other devices.

Move gphyter and nsphyter specific delay(500) into the drivers from
mii_physubr.c.


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/sys/dev/mii/gphyter.c
cvs rdiff -r1.56 -r1.57 src/sys/dev/mii/mii_physubr.c
cvs rdiff -r1.27 -r1.28 src/sys/dev/mii/nsphyter.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index