- Timestamp:
- May 21, 2010 4:02:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp
r29706 r29744 3854 3854 pHlp->pfnPrintf(pHlp, "ReqQ[%u]=%#x\n", i, pThis->pRequestQueueBaseR3[i]); 3855 3855 } 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 } 3856 3869 } 3857 3870
Note:
See TracChangeset
for help on using the changeset viewer.