VirtualBox

Changeset 46491 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Jun 11, 2013 1:02:32 PM (11 years ago)
Author:
vboxsync
Message:

DevACPI: added more boot architecture flags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevACPI.cpp

    r45024 r46491  
    460460#define IAPC_BOOT_ARCH_8042             RT_BIT(1)  /**< legacy keyboard device present */
    461461#define IAPC_BOOT_ARCH_NO_VGA           RT_BIT(2)  /**< VGA not present */
     462#define IAPC_BOOT_ARCH_NO_MSI           RT_BIT(3)  /**< OSPM must not enable MSIs on this platform */
     463#define IAPC_BOOT_ARCH_NO_ASPM          RT_BIT(4)  /**< OSPM must not enable ASPM on this platform */
    462464    uint8_t             u8Must0_0;                 /**< must be 0 */
    463465    uint32_t            u32Flags;                  /**< fixed feature flags */
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