aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/dev/acpica/common/ahtable.c
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2017-09-30 20:28:50 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2017-09-30 20:28:50 +0000
commitd7bbccdd82da43104c43e3de1650d3d2e894d32c (patch)
tree8cd012f91a166fbca8d25eda2b688b631fb6e0a1 /sys/contrib/dev/acpica/common/ahtable.c
parente3e10c39f10f034d4eb6ba74f20cf3d7e37308ca (diff)
Revert r324109. This commit broke a number of systems.
Reported by: lwhsu, kib Requested by: ngie
Notes
Notes: svn path=/head/; revision=324136
Diffstat (limited to 'sys/contrib/dev/acpica/common/ahtable.c')
-rw-r--r--sys/contrib/dev/acpica/common/ahtable.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/contrib/dev/acpica/common/ahtable.c b/sys/contrib/dev/acpica/common/ahtable.c
index 247ff29335a8..c288edff7b43 100644
--- a/sys/contrib/dev/acpica/common/ahtable.c
+++ b/sys/contrib/dev/acpica/common/ahtable.c
@@ -232,7 +232,6 @@ const AH_TABLE Gbl_AcpiSupportedTables[] =
{ACPI_SIG_MTMR, "MID Timer Table"},
{ACPI_SIG_NFIT, "NVDIMM Firmware Interface Table"},
{ACPI_SIG_PCCT, "Platform Communications Channel Table"},
- {ACPI_SIG_PDTT, "Platform Debug Trigger Table"},
{ACPI_SIG_PMTT, "Platform Memory Topology Table"},
{ACPI_SIG_PPTT, "Processor Properties Topology Table"},
{ACPI_SIG_RASF, "RAS Features Table"},
@@ -241,7 +240,6 @@ const AH_TABLE Gbl_AcpiSupportedTables[] =
{ACPI_SIG_S3PT, "S3 Performance Table"},
{ACPI_SIG_SBST, "Smart Battery Specification Table"},
{ACPI_SIG_SDEI, "Software Delegated Exception Interface Table"},
- {ACPI_SIG_SDEV, "Secure Devices table"},
{ACPI_SIG_SLIC, "Software Licensing Description Table"},
{ACPI_SIG_SLIT, "System Locality Information Table"},
{ACPI_SIG_SPCR, "Serial Port Console Redirection table"},