cvs commit: src/sys/dev/usb if_rue.c
Maxim Sobolev
sobomax at FreeBSD.org
Fri Mar 25 12:19:18 PST 2005
sobomax 2005-03-25 20:19:18 UTC
FreeBSD src repository
Modified files:
sys/dev/usb if_rue.c
Log:
Comment out rue_miibus_statchg() function. Using trial-and-error approach I
found it guilty in putting the card into unusable state after UP->DOWN->UP
media status change.
Looks like some of register writes in this functions mess up PHY interface.
No visible regressions has been found after commenting this code out -
the card properly handles forceful local mode changes and auto-detects changes
made remotely (tested with Auto, 10HD, 10FD, 100HD, 100FD).
Sponsored by: PBXpress Inc.
MFC after: 3 days
Revision Changes Path
1.20 +12 -0 src/sys/dev/usb/if_rue.c
More information about the cvs-src
mailing list