Ticket #8755: e1000_smp_panic_fix.patch
| File e1000_smp_panic_fix.patch, 565 bytes (added by , 13 years ago) |
|---|
-
src/VBox/Devices/Network/DevE1000.cpp
3532 3532 * processed. 3533 3533 */ 3534 3534 /* Let's pretend we process descriptors. Write back with DD set. */ 3535 if (pDesc->legacy.cmd.fRS || (GET_BITS(TXDCTL, WTHRESH) > 0))3535 if (pDesc->legacy.cmd.fRS) 3536 3536 { 3537 3537 pDesc->legacy.dw3.fDD = 1; /* Descriptor Done */ 3538 3538 e1kWriteBackDesc(pState, pDesc, addr);

