diff options
Diffstat (limited to 'com32/hdt/hdt-menu-acpi.c')
-rw-r--r-- | com32/hdt/hdt-menu-acpi.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/com32/hdt/hdt-menu-acpi.c b/com32/hdt/hdt-menu-acpi.c index 1f4877ca..46ecb67a 100644 --- a/com32/hdt/hdt-menu-acpi.c +++ b/com32/hdt/hdt-menu-acpi.c @@ -89,6 +89,9 @@ static void compute_acpi_tables(struct s_my_menu *menu, if (hardware->acpi.hpet.valid) compute_table(menu,hardware->acpi.hpet.address, &hardware->acpi.hpet.header); + if (hardware->acpi.tcpa.valid) + compute_table(menu,hardware->acpi.tcpa.address, &hardware->acpi.tcpa.header); + /* FACS isn't having the same headers, let's use a dedicated rendering */ if (hardware->acpi.facs.valid) { } |