VirtualBox

Ignore:
Timestamp:
Aug 16, 2016 2:02:22 PM (8 years ago)
Author:
vboxsync
Message:

scm: cleaning up todos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/aiomgr.cpp

    r62570 r63561  
    510510     */
    511511    if (   !fAlignedReq
    512         /** @todo: || ((pEpClassFile->uBitmaskAlignment & (RTR3UINTPTR)pvBuf) != (RTR3UINTPTR)pvBuf) */)
     512        /** @todo || ((pEpClassFile->uBitmaskAlignment & (RTR3UINTPTR)pvBuf) != (RTR3UINTPTR)pvBuf) */)
    513513    {
    514514        /* Create bounce buffer. */
     
    519519        pReq->offBounceBuffer = pReq->off - offStart;
    520520
    521         /** @todo: I think we need something like a RTMemAllocAligned method here.
     521        /** @todo I think we need something like a RTMemAllocAligned method here.
    522522         * Current assumption is that the maximum alignment is 4096byte
    523523         * (GPT disk on Windows)
     
    867867        {
    868868            /* Something bad happened. */
    869             /** @todo: */
     869            /** @todo */
    870870        }
    871871        else
     
    10761076        else
    10771077        {
    1078             /** @todo: Real S/G buffer support. */
     1078            /** @todo Real S/G buffer support. */
    10791079            rtAioMgrReqFree(pAioMgr, pReq);
    10801080            rc = VERR_NOT_SUPPORTED;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette