- Timestamp:
- May 8, 2010 4:21:01 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp
r28800 r29242 4397 4397 */ 4398 4398 rc = CFGMR3AreValuesValid(pCfg, "GCEnabled\0" 4399 4400 4401 4402 4403 4399 "R0Enabled\0" 4400 "ReplyQueueDepth\0" 4401 "RequestQueueDepth\0" 4402 "ControllerType\0" 4403 "NumPorts\0"); 4404 4404 if (RT_FAILURE(rc)) 4405 4405 return PDMDEV_SET_ERROR(pDevIns, VERR_PDM_DEVINS_UNKNOWN_CFG_VALUES,
Note:
See TracChangeset
for help on using the changeset viewer.