Changeset 28073 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Apr 7, 2010 11:22:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevE1000.cpp
r28061 r28073 2903 2903 DECLINLINE(bool) e1kCanDoGso(PCPDMNETWORKGSO pGso, E1KTXDAT const *pData) 2904 2904 { 2905 //return false; /** @todo remove this before comitting */2906 2905 if (!pData->cmd.fTSE) 2907 2906 return false; … … 2990 2989 2991 2990 /* 2992 * Allocate the buffe .r2991 * Allocate the buffer. 2993 2992 */ 2994 2993 PPDMSCATTERGATHER pSg;
Note:
See TracChangeset
for help on using the changeset viewer.