History log of /openbsd-src/sys/dev/acpi/acpidebug.h (Results 1 – 4 of 4)
Revision Date Author Comments
# 6c53ca5e 24-Oct-2006 jordan <jordan@openbsd.org>

Added stack trace to aml_die+acpidebug
ok marco@


# 4e3126f2 08-Mar-2006 marco <marco@openbsd.org>

Add showval to ddb interface. Now we can pretty much debug anything AML
from ddb. Very useful.

Help jordan.


# cda98319 07-Mar-2006 marco <marco@openbsd.org>

Add "disasm" code for ddb. With this one can disassemble AML code from DDB.
example : "machine acpi disasm \\_SB_.BIF_" dumps the battery AML on my laptop.

Disasm code was written by jordan. Help

Add "disasm" code for ddb. With this one can disassemble AML code from DDB.
example : "machine acpi disasm \\_SB_.BIF_" dumps the battery AML on my laptop.

Disasm code was written by jordan. Help from miod on ddb lexer magic.
ok jordan.

show more ...


# 559cf7ad 05-Mar-2006 marco <marco@openbsd.org>

Hook acpi to ddb since we need to be able to do some live debugging.

Lots and lots of help from miod@ and deraadt@
ok deraadt@ miod@