cvs commit: src/sys/dev/em if_em.c
Gleb Smirnoff
glebius at FreeBSD.org
Tue Oct 4 07:07:45 PDT 2005
glebius 2005-10-04 14:07:44 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/dev/em if_em.c
Log:
MFC 1.73:
In em_process_receive_interrupts() store and clear adapter->fmt. This
make function reenterable. In the runtime the race is masked by
serializing
of em_process_receive_interrupts() either by interrupt thread, or by
polling. The race can be triggered when polling is switched on or off.
Approved by: re (scottl)
Revision Changes Path
1.65.2.4 +4 -2 src/sys/dev/em/if_em.c
More information about the cvs-src
mailing list