kernel/acpica: Restrict 'options ACPI_DEBUG' to printing debug output.
authorSascha Wildner <saw@online.de>
Thu, 13 Nov 2014 19:58:18 +0000 (20:58 +0100)
committerSascha Wildner <saw@online.de>
Thu, 13 Nov 2014 19:58:18 +0000 (20:58 +0100)
commitfe3013ebf55edd20d57e7e806c445a5a5e2e7b11
tree9e2743896edf47ac88391d8eb0cbc54235471e4e
parent445d621dd0fda149e2d3045e01062ebbec494b57
kernel/acpica: Restrict 'options ACPI_DEBUG' to printing debug output.

For now, stop compiling the debugger/disassembler into the kernel when
ACPI_DEBUG is in the config. It seems they are really only meant for
userland and getting them to compile for the kernel isn't easily
possible with newer ACPI releases (starting with 20140926).

Also, our ACPI module build wasn't set up properly for calling them
from DDB anyway.

The code is just commented out and it might all get fixed at a later
point in time.
sys/conf/files
sys/contrib/dev/acpica/source/include/platform/acdragonfly.h
sys/dev/acpica/Makefile
sys/dev/acpica/Osd/OsdDebug.c
sys/dev/acpica/acpivar.h