git: kernel/acpica: Fix building the debugger/disassembler for the kernel.
Sascha Wildner
swildner at crater.dragonflybsd.org
Fri May 1 14:55:38 PDT 2015
commit b061b83c16d6660c9e03e24186b0addc5d4115d0
Author: Sascha Wildner <saw at online.de>
Date: Fri May 1 23:51:50 2015 +0200
kernel/acpica: Fix building the debugger/disassembler for the kernel.
After this commit, the ACPI_DEBUG kernel option will cause the ACPICA
debugger and disassembler to be included in the kernel build. It can
then be called from DDB with 'call acpi_EnterDebugger'.
Most of this commit reverts fe3013ebf55edd20d57e7e806c445a5a5e2e7b11.
The dmresrc2.c changes are from FreeBSD.
Summary of changes:
sys/conf/files | 53 ++++++++++++----------
.../source/components/disassembler/dmresrcl2.c | 8 ++++
.../acpica/source/components/utilities/utuuid.c | 2 +-
sys/contrib/dev/acpica/source/include/acutils.h | 2 +-
.../acpica/source/include/platform/acdragonfly.h | 2 -
sys/dev/acpica/Makefile | 15 +++---
sys/dev/acpica/Osd/OsdDebug.c | 2 -
sys/dev/acpica/acpivar.h | 2 -
8 files changed, 46 insertions(+), 40 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b061b83c16d6660c9e03e24186b0addc5d4115d0
--
DragonFly BSD source repository
More information about the Commits
mailing list