Disassembler: Add some missing types for HEST and EINJ tables.

Add a missing EINJ action, and two missing HEST notify names.
Colin King <colin.king@canonical.com>.
This commit is contained in:
Robert Moore 2013-05-21 11:38:57 -07:00
parent b1056d2d3e
commit df934a1718

View File

@ -172,6 +172,7 @@ static const char *AcpiDmEinjActions[] =
"Execute Operation", "Execute Operation",
"Check Busy Status", "Check Busy Status",
"Get Command Status", "Get Command Status",
"Set Error Type With Address",
"Unknown Action" "Unknown Action"
}; };
@ -252,6 +253,8 @@ static const char *AcpiDmHestNotifySubnames[] =
"Local Interrupt", "Local Interrupt",
"SCI", "SCI",
"NMI", "NMI",
"CMCI", /* ACPI 5.0 */
"MCE", /* ACPI 5.0 */
"Unknown Notify Type" /* Reserved */ "Unknown Notify Type" /* Reserved */
}; };