diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2021-09-30 20:23:21 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2021-09-30 20:23:21 +0000 |
| commit | c509b6ab0d7e5bafc5348b08653b8738bd40716e (patch) | |
| tree | 1bd03419ed97455693082c009c4fe4d0643df328 /source/common/dmtbdump3.c | |
| parent | 34cfdff1f386b2d7bf0a8ea873acf604753991e6 (diff) | |
Diffstat (limited to 'source/common/dmtbdump3.c')
| -rw-r--r-- | source/common/dmtbdump3.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source/common/dmtbdump3.c b/source/common/dmtbdump3.c index 981a51e0e8fb..63b6d2d5e2e2 100644 --- a/source/common/dmtbdump3.c +++ b/source/common/dmtbdump3.c @@ -338,6 +338,11 @@ AcpiDmDumpSrat ( InfoTable = AcpiDmTableInfoSrat5; break; + case ACPI_SRAT_TYPE_GENERIC_PORT_AFFINITY: + + InfoTable = AcpiDmTableInfoSrat6; + break; + default: AcpiOsPrintf ("\n**** Unknown SRAT subtable type 0x%X\n", Subtable->Type); |
