mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
- Implement the generic bus handler support and initialization.
- Add missing hack flags for ACPI hacks. - Add the hack flags to the registry. svn path=/trunk/; revision=44061
This commit is contained in:
@@ -249,8 +249,10 @@ typedef struct _BUS_HANDLER
|
||||
//
|
||||
// HAL Chip Hacks
|
||||
//
|
||||
#define HAL_PCI_CHIP_HACK_DISABLE_HIBERNATE 0x02
|
||||
#define HAL_PCI_CHIP_HACK_USB_SMI_DISABLE 0x08
|
||||
#define HAL_PCI_CHIP_HACK_BROKEN_ACPI_TIMER 0x01
|
||||
#define HAL_PCI_CHIP_HACK_DISABLE_HIBERNATE 0x02
|
||||
#define HAL_PCI_CHIP_HACK_DISABLE_ACPI_IRQ_ROUTING 0x04
|
||||
#define HAL_PCI_CHIP_HACK_USB_SMI_DISABLE 0x08
|
||||
|
||||
//
|
||||
// Kernel Exports
|
||||
|
||||
Reference in New Issue
Block a user