Changeset 82015 in vbox for trunk/src/VBox
- Timestamp:
- Nov 20, 2019 9:48:33 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevATA.cpp
r81999 r82015 7790 7790 * Validate and read configuration. 7791 7791 */ 7792 PDMDEV_VALIDATE_CONFIG_RETURN(pDevIns, "IRQDelay|Type", "");7792 PDMDEV_VALIDATE_CONFIG_RETURN(pDevIns, "IRQDelay|Type", "PrimaryMaster|PrimarySlave|SecondaryMaster|SecondarySlave"); 7793 7793 7794 7794 rc = pHlp->pfnCFGMQueryU32Def(pCfg, "IRQDelay", &msDelayIRQ, 0);
Note:
See TracChangeset
for help on using the changeset viewer.