From 94c37fb2483cc09856a30e74879a69f2ccfe22f0 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Wed, 26 Jun 2013 19:01:10 +0000 Subject: Import ACPICA 20130626. --- source/common/dmtable.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'source/common/dmtable.c') diff --git a/source/common/dmtable.c b/source/common/dmtable.c index 46d7b6747843..e57b8cc3a9e5 100644 --- a/source/common/dmtable.c +++ b/source/common/dmtable.c @@ -100,6 +100,7 @@ static const char *AcpiDmEinjActions[] = "Execute Operation", "Check Busy Status", "Get Command Status", + "Set Error Type With Address", "Unknown Action" }; @@ -110,6 +111,7 @@ static const char *AcpiDmEinjInstructions[] = "Write Register", "Write Register Value", "Noop", + "Flush Cacheline", "Unknown Instruction" }; @@ -180,6 +182,8 @@ static const char *AcpiDmHestNotifySubnames[] = "Local Interrupt", "SCI", "NMI", + "CMCI", /* ACPI 5.0 */ + "MCE", /* ACPI 5.0 */ "Unknown Notify Type" /* Reserved */ }; @@ -744,6 +748,11 @@ AcpiDmDumpTable ( ByteLength = 8; break; + case ACPI_DMT_BUF10: + + ByteLength = 10; + break; + case ACPI_DMT_BUF16: case ACPI_DMT_UUID: @@ -862,6 +871,7 @@ AcpiDmDumpTable ( break; case ACPI_DMT_BUF7: + case ACPI_DMT_BUF10: case ACPI_DMT_BUF16: case ACPI_DMT_BUF128: /* -- cgit v1.2.3