git: kernel/acpi: Improve the disabling of Debug object dumping.

Sascha Wildner swildner at crater.dragonflybsd.org
Sun May 11 12:17:36 PDT 2014


commit c9ed7d9ef60d6ffb82c02ec4822a68a29703a389
Author: Sascha Wildner <saw at online.de>
Date:   Sun May 11 21:16:54 2014 +0200

    kernel/acpi: Improve the disabling of Debug object dumping.
    
    It is actually a global in ACPICA (since 20100304) so add a new
    sysctl debug.acpi.enable_debug_objects that can be used to toggle
    it, with the default being 0.
    
    This commit reverts e59c6bdadc7ee647f2ac508a3d1c210b89a680b1 which
    solved it differently (in the ACPICA code).
    
    Taken-from:  FreeBSD
    Reported-by: dillon (iirc)

Summary of changes:
 share/man/man4/acpi.4                            |  6 ++++-
 sys/contrib/dev/acpica/source/include/acoutput.h |  8 ++-----
 sys/dev/acpica/acpi.c                            | 29 ++++++++++++++++++++++++
 3 files changed, 36 insertions(+), 7 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c9ed7d9ef60d6ffb82c02ec4822a68a29703a389


-- 
DragonFly BSD source repository



More information about the Commits mailing list