[syslinux:master] hdt: Adding DSDT

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


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

hdt: Adding DSDT

Impact: Adding DSDT

Adding DSDT


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



More information about the Syslinux-commits mailing list