From 229b204826c006146a9757f51aeac7cc72f4b869 Mon Sep 17 00:00:00 2001 From: Erwan Velu Date: Thu, 3 Dec 2009 11:11:09 +0100 Subject: [PATCH] hdt: Adding ACPI ecdt Impact: Adding ecdt Adding ecdt in ACPI --- com32/hdt/hdt-cli-acpi.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/com32/hdt/hdt-cli-acpi.c b/com32/hdt/hdt-cli-acpi.c index eb5d6e0..fbb29a7 100644 --- a/com32/hdt/hdt-cli-acpi.c +++ b/com32/hdt/hdt-cli-acpi.c @@ -88,6 +88,9 @@ void main_show_acpi(int argc __unused, char **argv __unused, if (hardware->acpi.sbst.valid) show_header(hardware->acpi.sbst.address, &hardware->acpi.sbst.header); + if (hardware->acpi.ecdt.valid) + show_header(hardware->acpi.ecdt.address, &hardware->acpi.ecdt.header); + } struct cli_module_descr acpi_show_modules = { -- 2.7.4