[syslinux:master] hdt: Adding FACS

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


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

hdt: Adding FACS

Impact: Adding facs

Adding FACS


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

diff --git a/com32/hdt/hdt-cli-acpi.c b/com32/hdt/hdt-cli-acpi.c
index fbb29a7..5f94495 100644
--- a/com32/hdt/hdt-cli-acpi.c
+++ b/com32/hdt/hdt-cli-acpi.c
@@ -91,6 +91,12 @@ void main_show_acpi(int argc __unused, char **argv __unused,
     if (hardware->acpi.ecdt.valid)
 	show_header(hardware->acpi.ecdt.address, &hardware->acpi.ecdt.header);
 
+    if (hardware->acpi.facs.valid) {
+	s_facs *fa = &hardware->acpi.facs;
+	more_printf
+	    ("FACS                                                     @ 0x%016llx\n",
+	     fa->address);
+    }
 }
 
 struct cli_module_descr acpi_show_modules = {



More information about the Syslinux-commits mailing list