summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/acexcep.h
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2000-12-08 09:20:40 +0000
committermsmith <msmith@FreeBSD.org>2000-12-08 09:20:40 +0000
commitf4b6d0429cccf6d1c0e3d90a616abbeacd13ad15 (patch)
treec4556035d0a02228c5da80dce4638e77d2521d9c /sys/contrib/dev/acpica/acexcep.h
parent4d595f4926afa2a1f9c1a96d657dba5d33297a85 (diff)
downloadFreeBSD-src-f4b6d0429cccf6d1c0e3d90a616abbeacd13ad15.zip
FreeBSD-src-f4b6d0429cccf6d1c0e3d90a616abbeacd13ad15.tar.gz
Update to the 20001201 ACPI CA snapshot.
Diffstat (limited to 'sys/contrib/dev/acpica/acexcep.h')
-rw-r--r--sys/contrib/dev/acpica/acexcep.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/contrib/dev/acpica/acexcep.h b/sys/contrib/dev/acpica/acexcep.h
index 87b2ecc..f1acea1 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: 36 $
+ * $Revision: 37 $
*
*****************************************************************************/
@@ -206,8 +206,9 @@
#define AE_AML_BAD_NAME (ACPI_STATUS) (0x000F | AE_CODE_AML)
#define AE_AML_NAME_NOT_FOUND (ACPI_STATUS) (0x0010 | AE_CODE_AML)
#define AE_AML_INTERNAL (ACPI_STATUS) (0x0011 | AE_CODE_AML)
+#define AE_AML_INVALID_SPACE_ID (ACPI_STATUS) (0x0012 | AE_CODE_AML)
-#define AE_CODE_AML_MAX 0x0011
+#define AE_CODE_AML_MAX 0x0012
/*
* Internal exceptions used for control
@@ -291,6 +292,7 @@ static NATIVE_CHAR *AcpiGbl_ExceptionNames_Aml[] =
"AE_AML_BAD_NAME",
"AE_AML_NAME_NOT_FOUND",
"AE_AML_INTERNAL",
+ "AE_AML_INVALID_SPACE_ID",
};
static NATIVE_CHAR *AcpiGbl_ExceptionNames_Ctrl[] =
OpenPOWER on IntegriCloud