summaryrefslogtreecommitdiff
path: root/source/include/acresrc.h
diff options
context:
space:
mode:
authorrmoore1 <rmoore1>2008-02-12 21:26:21 +0000
committerrmoore1 <rmoore1>2008-02-12 21:26:21 +0000
commit1378c2d2d89083ceaffad33805201875b6504f14 (patch)
treee89afda11533d11dd80f9f54e70fc09b934e091e /source/include/acresrc.h
parent62aa826c5a7fc973bfe8a6fb96a82deae6a5185d (diff)
downloadacpica-1378c2d2d89083ceaffad33805201875b6504f14.tar.gz
Fix for resource descriptor optimization issues for _CRS/_SRC.
Fixed a problem where resource descriptor size optimization could cause a problem when a _CRS resource template is passed to a _SRS method. The _SRS resource template must use the same descriptors (with the same size) as returned from _CRS. This change affects the following resource descriptors: IRQ/IRQNoFlags and StartDependendentFn/StartDependentFnNoPri. (BZ 9487)
Diffstat (limited to 'source/include/acresrc.h')
-rw-r--r--source/include/acresrc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/include/acresrc.h b/source/include/acresrc.h
index 38c4db1d6..5714f3acb 100644
--- a/source/include/acresrc.h
+++ b/source/include/acresrc.h
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: acresrc.h - Resource Manager function prototypes
- * $Revision: 1.61 $
+ * $Revision: 1.62 $
*
*****************************************************************************/
@@ -170,6 +170,7 @@ typedef const struct acpi_rsconvert_info
#define ACPI_RSC_BITMASK16 18
#define ACPI_RSC_EXIT_NE 19
#define ACPI_RSC_EXIT_LE 20
+#define ACPI_RSC_EXIT_EQ 21
/* Resource Conversion sub-opcodes */