git: acpidump(8): Use the hint.acpi.0.rsdp kenv to get at the RSDP.

Sascha Wildner swildner at crater.dragonflybsd.org
Sat Mar 19 14:43:32 PDT 2016


commit 2e03c86825036cd962bed294fbe67cad8b721a30
Author: Sascha Wildner <saw at online.de>
Date:   Sat Mar 19 22:14:05 2016 +0100

    acpidump(8): Use the hint.acpi.0.rsdp kenv to get at the RSDP.
    
    Using the kernel env variable instead of the sysctl can be useful
    in some circumstances, for example when ACPICA is deactivated
    because a box won't run with it active, yet we want to dump the
    ACPI tables to investigate the problem. The kernel env variable,
    which is set by the loader, is set even if the ACPICA module
    is not loaded or ACPICA has been deactivated completely.
    
    Of course, this won't help if there is a problem with finding the
    RSDP itself.
    
    I'll submit this commit upstream to Intel.

Summary of changes:
 sys/contrib/dev/acpica/source/os_specific/service_layers/osbsdtbl.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2e03c86825036cd962bed294fbe67cad8b721a30


-- 
DragonFly BSD source repository



More information about the Commits mailing list