summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/dsdt.h
AgeCommit message (Collapse)Author
2006-03-09Used common aml_opname for debuggerJordan Hargrave
Removed redundant code ok marco@
2006-03-08KNF + alignment.Marco Peereboom
2006-03-07Add "disasm" code for ddb. With this one can disassemble AML code from DDB.Marco Peereboom
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.
2006-03-05Hook acpi to ddb since we need to be able to do some live debugging.Marco Peereboom
Lots and lots of help from miod@ and deraadt@ ok deraadt@ miod@
2006-02-22Added new aml_register_notify to handle call-by-IDJordan Hargrave
Moved powerdown code to button device ok marco@
2006-02-19Added code for aml_notify GPE notification callbackJordan Hargrave
ok marco@
2006-02-19jordan:Marco Peereboom
Enable interrupts. Added peripheral code to make this work. marco: Replace softintr and other types of interrupts with a handler with context. Fixed interrupt magic for GPEs. Some KNF This is work done by jordan and I but has to be a single commit.
2006-02-16Fixed parser/evaluator to retrieve battery info+stateJordan Hargrave
Cleanup of parser Dell laptops return battery status ok marco@
2006-02-03Rewrote aml parser yet again...Jordan Hargrave
Fixed bus_space_map for i386/amd64 Added _BST and _BIF to acpibat to get status/info ok marco@
2006-01-20More evaluator changesJordan Hargrave
Removed old evaluator code Fixed _HID value ok marco@
2005-12-28Added new method evaluation codeJordan Hargrave
ok marco@
2005-12-16Moved DSDT AML parsing into parent ACPI driverJordan Hargrave
ok marco@
2005-12-13Need some stuff outside of dsdt.c so create a .hMarco Peereboom