Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-09 | Used common aml_opname for debugger | Jordan Hargrave | |
Removed redundant code ok marco@ | |||
2006-03-08 | KNF + alignment. | Marco Peereboom | |
2006-03-07 | Add "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-05 | Hook 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-22 | Added new aml_register_notify to handle call-by-ID | Jordan Hargrave | |
Moved powerdown code to button device ok marco@ | |||
2006-02-19 | Added code for aml_notify GPE notification callback | Jordan Hargrave | |
ok marco@ | |||
2006-02-19 | jordan: | 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-16 | Fixed parser/evaluator to retrieve battery info+state | Jordan Hargrave | |
Cleanup of parser Dell laptops return battery status ok marco@ | |||
2006-02-03 | Rewrote 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-20 | More evaluator changes | Jordan Hargrave | |
Removed old evaluator code Fixed _HID value ok marco@ | |||
2005-12-28 | Added new method evaluation code | Jordan Hargrave | |
ok marco@ | |||
2005-12-16 | Moved DSDT AML parsing into parent ACPI driver | Jordan Hargrave | |
ok marco@ | |||
2005-12-13 | Need some stuff outside of dsdt.c so create a .h | Marco Peereboom | |