Changeset 63561 in vbox for trunk/src/VBox/Runtime/common/misc/aiomgr.cpp
- Timestamp:
- Aug 16, 2016 2:02:22 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/aiomgr.cpp
r62570 r63561 510 510 */ 511 511 if ( !fAlignedReq 512 /** @todo :|| ((pEpClassFile->uBitmaskAlignment & (RTR3UINTPTR)pvBuf) != (RTR3UINTPTR)pvBuf) */)512 /** @todo || ((pEpClassFile->uBitmaskAlignment & (RTR3UINTPTR)pvBuf) != (RTR3UINTPTR)pvBuf) */) 513 513 { 514 514 /* Create bounce buffer. */ … … 519 519 pReq->offBounceBuffer = pReq->off - offStart; 520 520 521 /** @todo :I think we need something like a RTMemAllocAligned method here.521 /** @todo I think we need something like a RTMemAllocAligned method here. 522 522 * Current assumption is that the maximum alignment is 4096byte 523 523 * (GPT disk on Windows) … … 867 867 { 868 868 /* Something bad happened. */ 869 /** @todo :*/869 /** @todo */ 870 870 } 871 871 else … … 1076 1076 else 1077 1077 { 1078 /** @todo :Real S/G buffer support. */1078 /** @todo Real S/G buffer support. */ 1079 1079 rtAioMgrReqFree(pAioMgr, pReq); 1080 1080 rc = VERR_NOT_SUPPORTED;
Note:
See TracChangeset
for help on using the changeset viewer.