VirtualBox

Changeset 6227 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Dec 31, 2007 11:48:35 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
27053
Message:

Allow R0/GCEnabled CFGM values.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Parallel/DevParallel.cpp

    r6226 r6227  
    647647
    648648    PDMR3CritSectDelete(&pData->CritSect);
     649/** @todo destroy the event sem? */
    649650
    650651    return VINF_SUCCESS;
     
    682683     * Validate configuration.
    683684     */
    684     if (!CFGMR3AreValuesValid(pCfgHandle, "IRQ\0IOBase\0"))
     685    if (!CFGMR3AreValuesValid(pCfgHandle, "IRQ\0IOBase\0GCEnabled\0R0Enabled\0"))
    685686        return PDMDEV_SET_ERROR(pDevIns, VERR_PDM_DEVINS_UNKNOWN_CFG_VALUES,
    686687                                N_("Configuration error: Unknown config key"));
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette