[syslinux:master] hdt: Adding madt

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


Commit-ID:  50f2246c8ce3c98a602e9186f0cc4c05a13cab46
Gitweb:     http://syslinux.zytor.com/commit/50f2246c8ce3c98a602e9186f0cc4c05a13cab46
Author:     Erwan Velu <erwan.velu at free.fr>
AuthorDate: Wed, 2 Dec 2009 15:40:44 +0100
Committer:  Erwan Velu <erwan.velu at free.fr>
CommitDate: Fri, 4 Dec 2009 10:19:01 +0100

hdt: Adding madt

Impact: Adding madt

Adding MADT


---
 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 fa8e5cf..b8c6afe 100644
--- a/com32/hdt/hdt-cli-acpi.c
+++ b/com32/hdt/hdt-cli-acpi.c
@@ -75,6 +75,9 @@ void main_show_acpi(int argc __unused, char **argv __unused,
     if (hardware->acpi.fadt.valid)
 	show_header(hardware->acpi.fadt.address, &hardware->acpi.fadt.header);
 
+    if (hardware->acpi.madt.valid)
+	show_header(hardware->acpi.madt.address, &hardware->acpi.madt.header);
+
 //      more_printf("XSDT (v%3x %6s %7s %08x %4s %08x) @ %08x",
 }
 



More information about the Syslinux-commits mailing list