- 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:
Stefan Ginsberg
2009-11-09 22:59:49 +00:00
parent 652e881f54
commit a9f0dd5a8d
7 changed files with 256 additions and 18 deletions
+4 -2
View File
@@ -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