[syslinux:master] hdt: Adding MCFG support

syslinux-bot for Erwan Velu erwanaliasr1 at gmail.com
Sun Feb 6 14:08:03 PST 2011


Commit-ID:  cb5d3c6e3d87b0897bc11cf2575b9d41cb9d22b7
Gitweb:     http://syslinux.zytor.com/commit/cb5d3c6e3d87b0897bc11cf2575b9d41cb9d22b7
Author:     Erwan Velu <erwanaliasr1 at gmail.com>
AuthorDate: Mon, 31 Jan 2011 22:14:33 +0100
Committer:  Erwan Velu <erwanaliasr1 at gmail.com>
CommitDate: Mon, 31 Jan 2011 22:14:33 +0100

hdt: Adding MCFG support



---
 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 cbabbba..46f2d4e 100644
--- a/com32/hdt/hdt-cli-acpi.c
+++ b/com32/hdt/hdt-cli-acpi.c
@@ -112,6 +112,9 @@ void main_show_acpi(int argc __unused, char **argv __unused,
     if (hardware->acpi.tcpa.valid)
 	show_header(hardware->acpi.tcpa.address, &hardware->acpi.tcpa.header);
 
+    if (hardware->acpi.mcfg.valid)
+	show_header(hardware->acpi.mcfg.address, &hardware->acpi.mcfg.header);
+
     /* FACS isn't having the same headers, let's use a dedicated rendering */
     if (hardware->acpi.facs.valid) {
 	s_facs *fa = &hardware->acpi.facs;



More information about the Syslinux-commits mailing list