freebsd-dev/sys/dev/dc
Bill Paul 042c8f6ee1 When I tweaked if_dc.c to alter the polling interval for non-MII
21143 chips, I accidentally removed the DC_MII_REDUCED_POLL flag
for all 21143 cards. This caused problems with timer-instigated
TCP retransmits, which happened to occur at the same time as an
MII poll tick on MII-based cards (e.g. D-Link DFE-570TX). Fixed this,
plus made some other cleanups. The autoneg fixes for the non-MII
cards still work. Also tested the PNIC II now that I have one again.
2000-06-07 17:07:44 +00:00
..
dcphy.c Don't bother checking the link state in dcphy_status() if the interface 2000-06-05 19:37:15 +00:00
if_dc.c When I tweaked if_dc.c to alter the polling interval for non-MII 2000-06-07 17:07:44 +00:00
if_dcreg.h
pnphy.c