diff options
Diffstat (limited to 'source/common/dmtbdump.c')
| -rw-r--r-- | source/common/dmtbdump.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source/common/dmtbdump.c b/source/common/dmtbdump.c index 0f0697e3d781..1ef91c2df1d9 100644 --- a/source/common/dmtbdump.c +++ b/source/common/dmtbdump.c @@ -3061,6 +3061,11 @@ AcpiDmDumpNfit ( FieldOffset = sizeof (ACPI_NFIT_FLUSH_ADDRESS) - sizeof (UINT64); break; + case ACPI_NFIT_TYPE_CAPABILITIES: /* ACPI 6.0A */ + + InfoTable = AcpiDmTableInfoNfit7; + break; + default: AcpiOsPrintf ("\n**** Unknown NFIT subtable type 0x%X\n", Subtable->Type); |
