VirtualBox

Changeset 25893 in vbox for trunk/src/VBox/Main


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/Main
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/AudioSnifferInterface.cpp

    r22277 r25893  
    157157
    158158/**
    159  * Construct a AudioSniffer driver instance. 
    160  * 
     159 * Construct a AudioSniffer driver instance.
     160 *
    161161 * @copydoc FNPDMDRVCONSTRUCT
    162162 */
     
    172172    if (!CFGMR3AreValuesValid(pCfgHandle, "Object\0"))
    173173        return VERR_PDM_DRVINS_UNKNOWN_CFG_VALUES;
    174     AssertMsgReturn(PDMDrvHlpNoAttach(pDrvIns) == VERR_PDM_NO_ATTACHED_DRIVER, 
     174    AssertMsgReturn(PDMDrvHlpNoAttach(pDrvIns) == VERR_PDM_NO_ATTACHED_DRIVER,
    175175                    ("Configuration error: Not possible to attach anything to this driver!\n"),
    176176                    VERR_PDM_DRVINS_NO_ATTACH);
     
    221221    /* szDriverName */
    222222    "MainAudioSniffer",
     223    /* szRCMod */
     224    "",
     225    /* szR0Mod */
     226    "",
    223227    /* pszDescription */
    224228    "Main Audio Sniffer driver (Main as in the API).",
     
    235239    /* pfnDestruct */
    236240    AudioSniffer::drvDestruct,
     241    /* pfnRelocate */
     242    NULL,
    237243    /* pfnIOCtl */
    238244    NULL,
     
    248254    NULL,
    249255    /* pfnDetach */
    250     NULL, 
     256    NULL,
    251257    /* pfnPowerOff */
    252     NULL, 
     258    NULL,
    253259    /* pfnSoftReset */
    254260    NULL,
  • trunk/src/VBox/Main/ConsoleImpl.cpp

    r25860 r25893  
    79767976    /* szDriverName */
    79777977    "MainStatus",
     7978    /* szRCMod */
     7979    "",
     7980    /* szR0Mod */
     7981    "",
    79787982    /* pszDescription */
    79797983    "Main status driver (Main as in the API).",
     
    79907994    /* pfnDestruct */
    79917995    Console::drvStatus_Destruct,
     7996    /* pfnRelocate */
     7997    NULL,
    79927998    /* pfnIOCtl */
    79937999    NULL,
  • trunk/src/VBox/Main/DisplayImpl.cpp

    r25860 r25893  
    35083508    /* szDriverName */
    35093509    "MainDisplay",
     3510    /* szRCMod */
     3511    "",
     3512    /* szR0Mod */
     3513    "",
    35103514    /* pszDescription */
    35113515    "Main display driver (Main as in the API).",
     
    35223526    /* pfnDestruct */
    35233527    Display::drvDestruct,
     3528    /* pfnRelocate */
     3529    NULL,
    35243530    /* pfnIOCtl */
    35253531    NULL,
  • trunk/src/VBox/Main/KeyboardImpl.cpp

    r25860 r25893  
    332332    /* szDriverName */
    333333    "MainKeyboard",
     334    /* szRCMod */
     335    "",
     336    /* szR0Mod */
     337    "",
    334338    /* pszDescription */
    335339    "Main keyboard driver (Main as in the API).",
     
    346350    /* pfnDestruct */
    347351    Keyboard::drvDestruct,
     352    /* pfnRelocate */
     353    NULL,
    348354    /* pfnIOCtl */
    349355    NULL,
  • trunk/src/VBox/Main/MouseImpl.cpp

    r25860 r25893  
    459459    /* szDriverName */
    460460    "MainMouse",
     461    /* szRCMod */
     462    "",
     463    /* szR0Mod */
     464    "",
    461465    /* pszDescription */
    462466    "Main mouse driver (Main as in the API).",
     
    473477    /* pfnDestruct */
    474478    Mouse::drvDestruct,
     479    /* pfnRelocate */
     480    NULL,
    475481    /* pfnIOCtl */
    476482    NULL,
  • trunk/src/VBox/Main/VMMDevInterface.cpp

    r22793 r25893  
    836836    /* szDriverName */
    837837    "HGCM",
     838    /* szRCMod */
     839    "",
     840    /* szR0Mod */
     841    "",
    838842    /* pszDescription */
    839843    "Main VMMDev driver (Main as in the API).",
     
    850854    /* pfnDestruct */
    851855    VMMDev::drvDestruct,
     856    /* pfnRelocate */
     857    NULL,
    852858    /* pfnIOCtl */
    853859    NULL,
  • trunk/src/VBox/Main/include/KeyboardImpl.h

    r23223 r25893  
    107107};
    108108
    109 #endif // ____H_KEYBOARDIMPL
     109#endif // !____H_KEYBOARDIMPL
    110110/* vi: set tabstop=4 shiftwidth=4 expandtab: */
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