[syslinux:master] hdt: Adding ACPI ecdt

syslinux-bot for Erwan Velu erwan.velu at free.fr
Sun Feb 6 14:07:01 PST 2011


Commit-ID:  229b204826c006146a9757f51aeac7cc72f4b869
Gitweb:     http://syslinux.zytor.com/commit/229b204826c006146a9757f51aeac7cc72f4b869
Author:     Erwan Velu <erwan.velu at free.fr>
AuthorDate: Thu, 3 Dec 2009 11:11:09 +0100
Committer:  Erwan Velu <erwan.velu at free.fr>
CommitDate: Fri, 4 Dec 2009 10:19:02 +0100

hdt: Adding ACPI ecdt

Impact: Adding ecdt

Adding ecdt in ACPI


---
 com32/hdt/hdt-cli-acpi.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

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 = {



More information about the Syslinux-commits mailing list