VirtualBox

Changeset 25893 in vbox for trunk/src/VBox/Devices/Serial


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/Devices/Serial
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Serial/DrvChar.cpp

    r23745 r25893  
    304304/**
    305305 * Construct a char driver instance.
    306  * 
     306 *
    307307 * @copydoc FNPDMDRVCONSTRUCT
    308308 */
     
    343343        return PDMDrvHlpVMSetError(pDrvIns, VERR_PDM_MISSING_INTERFACE_BELOW, RT_SRC_POS, N_("Char#%d has no stream interface below"), pDrvIns->iInstance);
    344344
    345     /* 
     345    /*
    346346     * Don't start the receive thread if the driver doesn't support reading
    347347     */
     
    414414    /* szDriverName */
    415415    "Char",
     416    /* szRCMod */
     417    "",
     418    /* szR0Mod */
     419    "",
    416420    /* pszDescription */
    417421    "Generic char driver.",
     
    428432    /* pfnDestruct */
    429433    drvCharDestruct,
     434    /* pfnRelocate */
     435    NULL,
    430436    /* pfnIOCtl */
    431437    NULL,
     
    441447    NULL,
    442448    /* pfnDetach */
    443     NULL, 
     449    NULL,
    444450    /* pfnPowerOff */
    445     NULL, 
     451    NULL,
    446452    /* pfnSoftReset */
    447453    NULL,
  • trunk/src/VBox/Devices/Serial/DrvHostSerial.cpp

    r25823 r25893  
    14681468    /* szDriverName */
    14691469    "Host Serial",
    1470     /* pszDescription */
     1470        /* szRCMod */
     1471    "",
     1472    /* szR0Mod */
     1473    "",
     1474/* pszDescription */
    14711475    "Host serial driver.",
    14721476    /* fFlags */
     
    14821486    /* pfnDestruct */
    14831487    drvHostSerialDestruct,
     1488    /* pfnRelocate */
     1489    NULL,
    14841490    /* pfnIOCtl */
    14851491    NULL,
  • trunk/src/VBox/Devices/Serial/DrvNamedPipe.cpp

    r22277 r25893  
    617617    /* szDriverName */
    618618    "NamedPipe",
     619    /* szRCMod */
     620    "",
     621    /* szR0Mod */
     622    "",
    619623    /* pszDescription */
    620624    "Named Pipe stream driver.",
     
    631635    /* pfnDestruct */
    632636    drvNamedPipeDestruct,
     637    /* pfnRelocate */
     638    NULL,
    633639    /* pfnIOCtl */
    634640    NULL,
  • trunk/src/VBox/Devices/Serial/DrvRawFile.cpp

    r24382 r25893  
    219219    /* szDriverName */
    220220    "RawFile",
     221    /* szRCMod */
     222    "",
     223    /* szR0Mod */
     224    "",
    221225    /* pszDescription */
    222226    "RawFile stream driver.",
     
    233237    /* pfnDestruct */
    234238    drvRawFileDestruct,
     239    /* pfnRelocate */
     240    NULL,
    235241    /* pfnIOCtl */
    236242    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