svn commit: r321601 - stable/11/usr.sbin/acpi/acpidump
Ed Maste
emaste at FreeBSD.org
Thu Jul 27 00:30:14 UTC 2017
Author: emaste
Date: Thu Jul 27 00:30:13 2017
New Revision: 321601
URL: https://svnweb.freebsd.org/changeset/base/321601
Log:
MFC r321299: acpidump: add GIC ITS srat type
From ACPI 6.2, 5.2.16.5
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/usr.sbin/acpi/acpidump/acpi.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/usr.sbin/acpi/acpidump/acpi.c
==============================================================================
--- stable/11/usr.sbin/acpi/acpidump/acpi.c Thu Jul 27 00:29:03 2017 (r321600)
+++ stable/11/usr.sbin/acpi/acpidump/acpi.c Thu Jul 27 00:30:13 2017 (r321601)
@@ -1085,7 +1085,8 @@ static const char *srat_types[] = {
[ACPI_SRAT_TYPE_CPU_AFFINITY] = "CPU",
[ACPI_SRAT_TYPE_MEMORY_AFFINITY] = "Memory",
[ACPI_SRAT_TYPE_X2APIC_CPU_AFFINITY] = "X2APIC",
- [ACPI_SRAT_TYPE_GICC_AFFINITY] = "GICC"
+ [ACPI_SRAT_TYPE_GICC_AFFINITY] = "GICC",
+ [ACPI_SRAT_TYPE_GIC_ITS_AFFINITY] = "GIC ITS",
};
static void
More information about the svn-src-all
mailing list