Changeset 99823 in vbox for trunk/src/VBox/Devices
- Timestamp:
- May 17, 2023 7:53:16 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevPciGenericEcam.cpp
r99820 r99823 287 287 AssertRCReturn(rc, PDMDEV_SET_ERROR(pDevIns, rc, N_("Configuration error: Failed to read \"IntPinB\""))); 288 288 289 rc = pHlp->pfnCFGMQueryU32(pCfg, "IntPin B", &pPciRoot->u.GenericEcam.auPciIrqNr[2]);289 rc = pHlp->pfnCFGMQueryU32(pCfg, "IntPinC", &pPciRoot->u.GenericEcam.auPciIrqNr[2]); 290 290 AssertRCReturn(rc, PDMDEV_SET_ERROR(pDevIns, rc, N_("Configuration error: Failed to read \"IntPinC\""))); 291 291 292 rc = pHlp->pfnCFGMQueryU32(pCfg, "IntPin B", &pPciRoot->u.GenericEcam.auPciIrqNr[3]);292 rc = pHlp->pfnCFGMQueryU32(pCfg, "IntPinD", &pPciRoot->u.GenericEcam.auPciIrqNr[3]); 293 293 AssertRCReturn(rc, PDMDEV_SET_ERROR(pDevIns, rc, N_("Configuration error: Failed to read \"IntPinD\""))); 294 294
Note:
See TracChangeset
for help on using the changeset viewer.