VirtualBox

Changeset 29744 in vbox for trunk


Ignore:
Timestamp:
May 21, 2010 4:02:49 PM (15 years ago)
Author:
vboxsync
Message:

LsiLogic: Print state of every device

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp

    r29706 r29744  
    38543854            pHlp->pfnPrintf(pHlp, "ReqQ[%u]=%#x\n", i, pThis->pRequestQueueBaseR3[i]);
    38553855    }
     3856
     3857    /*
     3858     * Print the device status.
     3859     */
     3860    for (unsigned i = 0; i < pThis->cDeviceStates; i++)
     3861    {
     3862        PLSILOGICDEVICE pDevice = &pThis->paDeviceStates[i];
     3863
     3864        pHlp->pfnPrintf(pHlp, "\n");
     3865
     3866        pHlp->pfnPrintf(pHlp, "Device[%u]: device-attached=%RTbool cOutstandingRequests=%u\n",
     3867                        i, pDevice->pDrvBase != NULL, pDevice->cOutstandingRequests);
     3868    }
    38563869}
    38573870
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