From df934a17182d10e3dc38eb26fb233418b71a7e8e Mon Sep 17 00:00:00 2001 From: Robert Moore Date: Tue, 21 May 2013 11:38:57 -0700 Subject: [PATCH] Disassembler: Add some missing types for HEST and EINJ tables. Add a missing EINJ action, and two missing HEST notify names. Colin King . --- source/common/dmtable.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/common/dmtable.c b/source/common/dmtable.c index 35767c187..9f95a2c52 100644 --- a/source/common/dmtable.c +++ b/source/common/dmtable.c @@ -172,6 +172,7 @@ static const char *AcpiDmEinjActions[] = "Execute Operation", "Check Busy Status", "Get Command Status", + "Set Error Type With Address", "Unknown Action" }; @@ -252,6 +253,8 @@ static const char *AcpiDmHestNotifySubnames[] = "Local Interrupt", "SCI", "NMI", + "CMCI", /* ACPI 5.0 */ + "MCE", /* ACPI 5.0 */ "Unknown Notify Type" /* Reserved */ };