Changeset 43416 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Sep 24, 2012 1:34:38 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevE1000.cpp
r43327 r43416 5079 5079 e1kDumpTxDCache(pState); 5080 5080 pState->iTxDCurrent = pState->nTxDFetched = 0; 5081 rc = VERR_NET_I O_ERROR;5081 rc = VERR_NET_INCOMPLETE_TX_PACKET; 5082 5082 goto out; 5083 5083 }
Note:
See TracChangeset
for help on using the changeset viewer.