mirror of
https://github.com/acpica/acpica/
synced 2025-02-25 18:04:08 +03:00
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:
parent
b1056d2d3e
commit
df934a1718
@ -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 */
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user