cvs commit: src/sys/dev/bge if_bge.c src/sys/dev/mii brgphy.c
Oleg Bulyzhin
oleg at FreeBSD.org
Thu Dec 8 05:32:09 PST 2005
oleg 2005-12-08 13:31:52 UTC
FreeBSD src repository
Modified files:
sys/dev/bge if_bge.c
sys/dev/mii brgphy.c
Log:
1) fix tiny bug in bge_start_locked()
2) rework link state detection code & use it in POLLING mode
3) fix 2 bugs in link state detection code:
a) driver unable to detect link loss on bcm5721
b) on bcm570x chips (tested on bcm5700 bcm5701 bcm5702) driver fails
to detect link loss with probability 1/6 (solved in brgphy.c)
Devices working in TBI mode should not be affected by this change.
Approved by: glebius (mentor)
MFC after: 1 month
Revision Changes Path
1.102 +115 -105 src/sys/dev/bge/if_bge.c
1.38 +1 -1 src/sys/dev/mii/brgphy.c
More information about the cvs-src
mailing list