Date: Thu, 24 Aug 2006 14:41:16 +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 Message-ID: <200608241441.k7OEfGOJ088666@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
oleg 2006-08-24 14:41:16 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c Log: Properly lock ifmedia callbacks. This should prevent concurrent access to PHY. Following issues should be resolved: - random watchdog timeouts (caused by concurrent phy access) - some link state issues - non working TX if media type was set explicitly PR: kern/98738 Approved by: glebius (mentor) MFC after: 2 weeks Revision Changes Path 1.140 +24 -5 src/sys/dev/bge/if_bge.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608241441.k7OEfGOJ088666>