Changeset 6227 in vbox for trunk/src/VBox
- Timestamp:
- Dec 31, 2007 11:48:35 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 27053
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Parallel/DevParallel.cpp
r6226 r6227 647 647 648 648 PDMR3CritSectDelete(&pData->CritSect); 649 /** @todo destroy the event sem? */ 649 650 650 651 return VINF_SUCCESS; … … 682 683 * Validate configuration. 683 684 */ 684 if (!CFGMR3AreValuesValid(pCfgHandle, "IRQ\0IOBase\0 "))685 if (!CFGMR3AreValuesValid(pCfgHandle, "IRQ\0IOBase\0GCEnabled\0R0Enabled\0")) 685 686 return PDMDEV_SET_ERROR(pDevIns, VERR_PDM_DEVINS_UNKNOWN_CFG_VALUES, 686 687 N_("Configuration error: Unknown config key"));
Note:
See TracChangeset
for help on using the changeset viewer.