Changeset 39332 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Nov 16, 2011 1:34:38 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevE1000.cpp
r39318 r39332 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_WINDOWS3212 3210 memmove((uint8_t*)pSg->aSegs[0].pvSeg + 16, (uint8_t*)pSg->aSegs[0].pvSeg + 12, cbFrame - 12); 3213 3211 *((uint32_t*)pSg->aSegs[0].pvSeg + 3) = RT_BE2H_U16(VET) | (RT_BE2H_U16(pState->u16VTagTCI) << 16); 3214 #endif3215 3212 } 3216 3213 /* Update the stats */
Note:
See TracChangeset
for help on using the changeset viewer.