cvs commit: src/sys/dev/bge if_bge.c
Oleg Bulyzhin
oleg at FreeBSD.org
Fri Feb 17 06:33:36 PST 2006
oleg 2006-02-17 14:33:35 UTC
FreeBSD src repository
Modified files:
sys/dev/bge if_bge.c
Log:
1) Ignore link events for MII/GMII cards if MI auto-polling disabled. This
should fix strange link state behaviour reported for bcm5721 & bcm5704c
2) Clear bge_link flag in bge_stop()
3) Force link state check after bge_ifmedia_upd(). Otherwise we can miss link
event if PHY changes it's state fast enough.
Tested by: phk (bcm5704c)
Approved by: glebius (mentor)
MFC after: 1 week
Revision Changes Path
1.124 +14 -4 src/sys/dev/bge/if_bge.c
More information about the cvs-src
mailing list