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 Jun  9 09:15:51 UTC 2013

Modified Files:
        src/sys/dev/mii: exphy.c ihphy.c tlphy.c ukphy.c urlphy.c

Log Message:
 Don't "return" but "break" in MII_TICK when the interface isn't doing
autonegotiaton or the link is up to update the status.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/dev/mii/exphy.c
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/mii/ihphy.c
cvs rdiff -u -r1.59 -r1.60 src/sys/dev/mii/tlphy.c
cvs rdiff -u -r1.43 -r1.44 src/sys/dev/mii/ukphy.c
cvs rdiff -u -r1.26 -r1.27 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.




Home | Main Index | Thread Index | Old Index