VirtualBox

Changeset 36124 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Mar 1, 2011 4:44:58 PM (14 years ago)
Author:
vboxsync
Message:

PCI: code to perform host driver detach on Linux - not yet fully functional

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/rawpci.h

    r36079 r36124  
    375375#define RAWPCIFACTORY_UUID_STR "c0268f49-e1e4-402b-b7e0-eb8d09659a9b"
    376376
     377/**
     378 * Flags passed to pfnPciDeviceConstructStart(), to notify driver
     379 * about options to be used to open device.
     380 */
     381typedef enum PCIRAWDRIVERFLAGS
     382{
     383    /** If runtime shall  try to detach host driver. */
     384    PCIRAWDRIVERRFLAG_DETACH_HOST_DRIVER   =  (1 << 0),
     385    /** The usual 32-bit type blow up. */
     386    PCIRAWDRIVERRFLAG_32BIT_HACK = 0x7fffffff
     387} PCIRAWDRIVERFLAGS;
     388
     389
    377390RT_C_DECLS_END
    378391
Note: See TracChangeset for help on using the changeset viewer.

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