VirtualBox

Changeset 32779 in vbox for trunk/src/VBox/Devices/Bus


Ignore:
Timestamp:
Sep 27, 2010 4:24:11 PM (14 years ago)
Author:
vboxsync
Message:

APIC, PCI: started on MSI support (APIC side), cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Bus/PCIInternal.h

    r32776 r32779  
    8181    /** Flag whether the device is a PCI Express device.
    8282     * This is set prior to device registration.  */
    83     PCIDEV_FLAG_PCI_EXPRESS_DEVICE = 1<<2
     83    PCIDEV_FLAG_PCI_EXPRESS_DEVICE = 1<<2,
     84    /** Flag whether the device is capable of MSI.
     85     * This is set prior to device registration.  */
     86    PCIDEV_FLAG_PCI_MSI            = 1<<3,
     87     /** Flag whether the device is capable of MSI-X.
     88     * This is set prior to device registration.  */
     89    PCIDEV_FLAG_PCI_MSIX           = 1<<4
     90   
    8491};
    8592
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