diff options
author | Bob Moore <robert.moore@intel.com> | 2012-02-14 05:23:39 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2012-03-22 01:44:57 -0400 |
commit | ea143604c5c8426923bbed7cd389fdaed7d58a2e (patch) | |
tree | 8664e308651456b5b950245c27837bce6d1b9d10 /include/acpi | |
parent | 653f4b538f66d37db560e0f56af08117136d29b7 (diff) |
ACPICA: ACPI 5: Update debug output for new notify values
Add new notify values, add support for "hardware specific" notifies.
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/acpi')
-rw-r--r-- | include/acpi/actypes.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/acpi/actypes.h b/include/acpi/actypes.h index d5dee7ce9474..48c4d5f8a492 100644 --- a/include/acpi/actypes.h +++ b/include/acpi/actypes.h | |||
@@ -532,8 +532,9 @@ typedef u64 acpi_integer; | |||
532 | #define ACPI_NOTIFY_DEVICE_PLD_CHECK (u8) 0x09 | 532 | #define ACPI_NOTIFY_DEVICE_PLD_CHECK (u8) 0x09 |
533 | #define ACPI_NOTIFY_RESERVED (u8) 0x0A | 533 | #define ACPI_NOTIFY_RESERVED (u8) 0x0A |
534 | #define ACPI_NOTIFY_LOCALITY_UPDATE (u8) 0x0B | 534 | #define ACPI_NOTIFY_LOCALITY_UPDATE (u8) 0x0B |
535 | #define ACPI_NOTIFY_SHUTDOWN_REQUEST (u8) 0x0C | ||
535 | 536 | ||
536 | #define ACPI_NOTIFY_MAX 0x0B | 537 | #define ACPI_NOTIFY_MAX 0x0C |
537 | 538 | ||
538 | /* | 539 | /* |
539 | * Types associated with ACPI names and objects. The first group of | 540 | * Types associated with ACPI names and objects. The first group of |
@@ -698,7 +699,8 @@ typedef u32 acpi_event_status; | |||
698 | #define ACPI_ALL_NOTIFY (ACPI_SYSTEM_NOTIFY | ACPI_DEVICE_NOTIFY) | 699 | #define ACPI_ALL_NOTIFY (ACPI_SYSTEM_NOTIFY | ACPI_DEVICE_NOTIFY) |
699 | #define ACPI_MAX_NOTIFY_HANDLER_TYPE 0x3 | 700 | #define ACPI_MAX_NOTIFY_HANDLER_TYPE 0x3 |
700 | 701 | ||
701 | #define ACPI_MAX_SYS_NOTIFY 0x7f | 702 | #define ACPI_MAX_SYS_NOTIFY 0x7F |
703 | #define ACPI_MAX_DEVICE_SPECIFIC_NOTIFY 0xBF | ||
702 | 704 | ||
703 | /* Address Space (Operation Region) Types */ | 705 | /* Address Space (Operation Region) Types */ |
704 | 706 | ||