VirtualBox

Changeset 25893 in vbox for trunk/src/VBox/Frontends/VBoxBFE


Ignore:
Timestamp:
Jan 18, 2010 2:08:39 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56705
Message:

PDMDrv,*: multi context drivers, part 2.

Location:
trunk/src/VBox/Frontends/VBoxBFE
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxBFE/DisplayImpl.cpp

    r25771 r25893  
    12491249    /* szDriverName */
    12501250    "MainDisplay",
     1251    /* szRCMod */
     1252    "",
     1253    /* szR0Mod */
     1254    "",
    12511255    /* pszDescription */
    12521256    "Main display driver (Main as in the API).",
     
    12621266    VMDisplay::drvConstruct,
    12631267    /* pfnDestruct */
     1268    NULL,
     1269    /* pfnRelocate */
    12641270    NULL,
    12651271    /* pfnIOCtl */
  • trunk/src/VBox/Frontends/VBoxBFE/KeyboardImpl.cpp

    r22277 r25893  
    220220    if (!CFGMR3AreValuesValid(pCfgHandle, "Object\0"))
    221221        return VERR_PDM_DRVINS_UNKNOWN_CFG_VALUES;
    222     AssertMsgReturn(PDMDrvHlpNoAttach(pDrvIns) == VERR_PDM_NO_ATTACHED_DRIVER, 
     222    AssertMsgReturn(PDMDrvHlpNoAttach(pDrvIns) == VERR_PDM_NO_ATTACHED_DRIVER,
    223223                    ("Configuration error: Not possible to attach anything to this driver!\n"),
    224224                    VERR_PDM_DRVINS_NO_ATTACH);
     
    267267    /* szDriverName */
    268268    "MainKeyboard",
     269    /* szRCMod */
     270    "",
     271    /* szR0Mod */
     272    "",
    269273    /* pszDescription */
    270274    "Main keyboard driver (Main as in the API).",
     
    281285    /* pfnDestruct */
    282286    Keyboard::drvDestruct,
     287    /* pfnRelocate */
     288    NULL,
    283289    /* pfnIOCtl */
    284290    NULL,
     
    294300    NULL,
    295301    /* pfnDetach */
    296     NULL, 
     302    NULL,
    297303    /* pfnPowerOff */
    298     NULL, 
     304    NULL,
    299305    /* pfnSoftReset */
    300306    NULL,
  • trunk/src/VBox/Frontends/VBoxBFE/MouseImpl.cpp

    r25771 r25893  
    274274    /* szDriverName */
    275275    "MainMouse",
     276    /* szRCMod */
     277    "",
     278    /* szR0Mod */
     279    "",
    276280    /* pszDescription */
    277281    "Main mouse driver (Main as in the API).",
     
    288292    /* pfnDestruct */
    289293    Mouse::drvDestruct,
     294    /* pfnRelocate */
     295    NULL,
    290296    /* pfnIOCtl */
    291297    NULL,
  • trunk/src/VBox/Frontends/VBoxBFE/StatusImpl.cpp

    r22277 r25893  
    141141    if (!CFGMR3AreValuesValid(pCfgHandle, "papLeds\0First\0Last\0"))
    142142        return VERR_PDM_DRVINS_UNKNOWN_CFG_VALUES;
    143     AssertMsgReturn(PDMDrvHlpNoAttach(pDrvIns) == VERR_PDM_NO_ATTACHED_DRIVER, 
     143    AssertMsgReturn(PDMDrvHlpNoAttach(pDrvIns) == VERR_PDM_NO_ATTACHED_DRIVER,
    144144                    ("Configuration error: Not possible to attach anything to this driver!\n"),
    145145                    VERR_PDM_DRVINS_NO_ATTACH);
     
    211211    /* szDriverName */
    212212    "MainStatus",
     213    /* szRCMod */
     214    "",
     215    /* szR0Mod */
     216    "",
    213217    /* pszDescription */
    214218    "Main status driver (Main as in the API).",
     
    225229    /* pfnDestruct */
    226230    VMStatus::drvDestruct,
     231    /* pfnRelocate */
     232    NULL,
    227233    /* pfnIOCtl */
    228234    NULL,
     
    238244    NULL,
    239245    /* pfnDetach */
    240     NULL, 
     246    NULL,
    241247    /* pfnPowerOff */
    242     NULL, 
     248    NULL,
    243249    /* pfnSoftReset */
    244250    NULL,
  • trunk/src/VBox/Frontends/VBoxBFE/VMMDevInterface.cpp

    r22793 r25893  
    500500    /* szDriverName */
    501501    "HGCM",
     502    /* szRCMod */
     503    "",
     504    /* szR0Mod */
     505    "",
    502506    /* pszDescription */
    503507    "Main VMMDev driver (Main as in the API).",
     
    514518    /* pfnDestruct */
    515519    VMMDev::drvDestruct,
     520    /* pfnRelocate */
     521    NULL,
    516522    /* pfnIOCtl */
    517523    NULL,
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