Changeset 46491 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jun 11, 2013 1:02:32 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevACPI.cpp
r45024 r46491 460 460 #define IAPC_BOOT_ARCH_8042 RT_BIT(1) /**< legacy keyboard device present */ 461 461 #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 */ 462 464 uint8_t u8Must0_0; /**< must be 0 */ 463 465 uint32_t u32Flags; /**< fixed feature flags */
Note:
See TracChangeset
for help on using the changeset viewer.