Module Name: src Committed By: msaitoh Date: Thu Jun 6 03:10:48 UTC 2013
Modified Files: src/sys/dev/mii: atphy.c brgphy.c ciphy.c mii_physubr.c rgephy.c urlphy.c Log Message: Fix a bug that the auto negotiation timer isn't cleard as we expected. To not to forget clearing the timer and to reduce the code duplication, clear mii_ticks in *mii_phy_auto(). To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/dev/mii/atphy.c cvs rdiff -u -r1.63 -r1.64 src/sys/dev/mii/brgphy.c cvs rdiff -u -r1.19 -r1.20 src/sys/dev/mii/ciphy.c cvs rdiff -u -r1.75 -r1.76 src/sys/dev/mii/mii_physubr.c cvs rdiff -u -r1.29 -r1.30 src/sys/dev/mii/rgephy.c cvs rdiff -u -r1.25 -r1.26 src/sys/dev/mii/urlphy.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.