Changeset 39318 in vbox
- Timestamp:
- Nov 15, 2011 9:35:00 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevE1000.cpp
r39317 r39318 3208 3208 E1kLog3(("%s Inserting VLAN tag %08x\n", 3209 3209 INSTANCE(pState), RT_BE2H_U16(VET) | (RT_BE2H_U16(pState->u16VTagTCI) << 16))); 3210 /** @todo: nocrt_memmove does not get resolved, fix it! */ 3211 #ifndef RT_OS_WINDOWS 3210 3212 memmove((uint8_t*)pSg->aSegs[0].pvSeg + 16, (uint8_t*)pSg->aSegs[0].pvSeg + 12, cbFrame - 12); 3211 3213 *((uint32_t*)pSg->aSegs[0].pvSeg + 3) = RT_BE2H_U16(VET) | (RT_BE2H_U16(pState->u16VTagTCI) << 16); 3214 #endif 3212 3215 } 3213 3216 /* Update the stats */
Note:
See TracChangeset
for help on using the changeset viewer.