- Timestamp:
- Feb 1, 2007 12:04:17 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevPCNet.cpp
r499 r500 996 996 ) 997 997 { 998 uint32_t offsetTDRA = (GCPhysFault - pData->GCTDRA); 999 998 1000 int rc = PDMCritSectEnter(&pData->CritSect, VERR_SEM_BUSY); 999 1001 if (VBOX_SUCCESS(rc)) … … 1798 1800 if (pData->iFrame) 1799 1801 { 1800 LogFlow(("#%d pcnetXmitFlushFrames: flushing %d frames\n", PCNETSTATE_2_DEVINS(pData)->iInstance, pData->iFrame));1801 1802 #ifdef IN_RING3 1803 Log(("#%d HC: pcnetXmitFlushFrames: flushing %d frames\n", PCNETSTATE_2_DEVINS(pData)->iInstance, pData->iFrame)); 1802 1804 pcnetXmitQueueConsumer(CTXSUFF(pData->pDevIns), NULL); 1803 1805 #else 1806 Log(("#%d GC: pcnetXmitFlushFrames: flushing %d frames\n", PCNETSTATE_2_DEVINS(pData)->iInstance, pData->iFrame)); 1804 1807 STAM_PROFILE_ADV_START(&pData->StatXmitQueueFlushGC, a); 1805 1808 PDMQueueFlush(pData->CTXSUFF(pXmitQueue));
Note:
See TracChangeset
for help on using the changeset viewer.