From 2a9caa496cc3521e5c9352c255b827c90efb3839 Mon Sep 17 00:00:00 2001 From: njl Date: Tue, 9 Dec 2003 02:45:16 +0000 Subject: Import ACPI-CA 20031203 --- sys/contrib/dev/acpica/acexcep.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sys/contrib/dev/acpica/acexcep.h') diff --git a/sys/contrib/dev/acpica/acexcep.h b/sys/contrib/dev/acpica/acexcep.h index 8aaacf2..dc5f6e0 100644 --- a/sys/contrib/dev/acpica/acexcep.h +++ b/sys/contrib/dev/acpica/acexcep.h @@ -1,7 +1,7 @@ /****************************************************************************** * * Name: acexcep.h - Exception codes returned by the ACPI subsystem - * $Revision: 68 $ + * $Revision: 69 $ * *****************************************************************************/ @@ -236,6 +236,7 @@ #define AE_AML_NO_RESOURCE_END_TAG (ACPI_STATUS) (0x001E | AE_CODE_AML) #define AE_AML_BAD_RESOURCE_VALUE (ACPI_STATUS) (0x001F | AE_CODE_AML) #define AE_AML_CIRCULAR_REFERENCE (ACPI_STATUS) (0x0020 | AE_CODE_AML) +#define AE_AML_BAD_RESOURCE_LENGTH (ACPI_STATUS) (0x0021 | AE_CODE_AML) #define AE_CODE_AML_MAX 0x0020 @@ -353,7 +354,8 @@ char const *AcpiGbl_ExceptionNames_Aml[] = "AE_AML_ALIGNMENT", "AE_AML_NO_RESOURCE_END_TAG", "AE_AML_BAD_RESOURCE_VALUE", - "AE_AML_CIRCULAR_REFERENCE" + "AE_AML_CIRCULAR_REFERENCE", + "AE_AML_BAD_RESOURCE_LENGTH" }; char const *AcpiGbl_ExceptionNames_Ctrl[] = -- cgit v1.1