Date: Thu, 8 Dec 2005 13:31:52 +0000 (UTC) From: Oleg Bulyzhin <oleg@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/bge if_bge.c src/sys/dev/mii brgphy.c Message-ID: <200512081331.jB8DVq9S086064@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512081331.jB8DVq9S086064>
