cvs commit: src/sys/dev/bge if_bge.c
Oleg Bulyzhin
oleg at FreeBSD.org
Thu Aug 24 14:41:17 UTC 2006
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
More information about the cvs-src
mailing list