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: cegger
Date: Wed Jan 14 19:24:32 UTC 2009
Modified Files:
src/sys/dev/mii: rgephy.c
Log Message:
pull in changes from FreeBSD:
- reset autonegotation timer if media option is not IFM_AUTO or we got a
invalid link.
- Announce link loss right after it happens.
- Autonegotiation is retried every mii_anegticks seconds.
- Report link state changes right after setting autonegotiation.
- use rgephy_reset consistently
- change rgephy_reset to use mii_phy_reset and rgephy_load_dspcode.
These changes give me a speedup from 6.5MB/s to 9.1MB/s on a 100MBit link.
To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 src/sys/dev/mii/rgephy.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