Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added changes for C-State | 2007-04-11 | 1 | -1/+4 | ||
| | | | | ok marco@ | |||||
* | New resource mapper interface and structures | 2007-02-22 | 1 | -22/+66 | ||
| | | | | ok marco@ | |||||
* | Added dynamic perfect hash for opcodes | 2007-02-18 | 1 | -1/+3 | ||
| | | | | ok marco@ | |||||
* | Added support for calling _OSI method | 2007-02-06 | 1 | -2/+2 | ||
| | | | | | Display byte/word/string/nameref for aml_mnem function ok marco@ | |||||
* | Add polling to devices that require it such as acpibat and acpitz. | 2006-12-26 | 1 | -2/+4 | ||
| | | | | | Use the same tsleep/wakeup mechanism as the interrupt code to keep it non- concurrent. | |||||
* | even more knf love | 2006-12-21 | 1 | -2/+2 | ||
| | ||||||
* | more minor knf | 2006-12-21 | 1 | -84/+77 | ||
| | ||||||
* | Make AML_CRSLEN return the correct length for small resources. | 2006-11-27 | 1 | -2/+2 | ||
| | | | | ok jordan@ | |||||
* | Added support for parsing _CRS resources | 2006-11-27 | 1 | -1/+107 | ||
| | | | | Post-parsing fixup for forward name references | |||||
* | Add mutex. | 2006-11-25 | 1 | -1/+4 | ||
| | | | | prodded dlg, ok jordan | |||||
* | Added stack trace to aml_die+acpidebug | 2006-10-24 | 1 | -1/+4 | ||
| | | | | ok marco@ | |||||
* | Fixed AML debugger code to use new interface | 2006-10-19 | 1 | -21/+20 | ||
| | | | | ok marco@ | |||||
* | Merged target/terminal handling code | 2006-10-19 | 1 | -1/+4 | ||
| | | | | | | Added function call pointer to opcode table _BIF working on Dell, IBM ok marco@ | |||||
* | Added exportable aml_getpciaddr | 2006-10-12 | 1 | -4/+6 | ||
| | | | | | Added printing args for called functions ok marco@ | |||||
* | Massive ACPI changes | 2006-10-12 | 1 | -11/+23 | ||
| | | | | | | Fixed ACPI leaks new ACPI API ok marco@ | |||||
* | Used common aml_opname for debugger | 2006-03-09 | 1 | -6/+6 | ||
| | | | | | Removed redundant code ok marco@ | |||||
* | KNF + alignment. | 2006-03-08 | 1 | -56/+47 | ||
| | ||||||
* | Add "disasm" code for ddb. With this one can disassemble AML code from DDB. | 2006-03-07 | 1 | -1/+31 | ||
| | | | | | | | 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. | |||||
* | Hook acpi to ddb since we need to be able to do some live debugging. | 2006-03-05 | 1 | -1/+2 | ||
| | | | | | Lots and lots of help from miod@ and deraadt@ ok deraadt@ miod@ | |||||
* | Added new aml_register_notify to handle call-by-ID | 2006-02-22 | 1 | -2/+3 | ||
| | | | | | Moved powerdown code to button device ok marco@ | |||||
* | Added code for aml_notify GPE notification callback | 2006-02-19 | 1 | -1/+6 | ||
| | | | | ok marco@ | |||||
* | jordan: | 2006-02-19 | 1 | -1/+3 | ||
| | | | | | | | | | | | | 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. | |||||
* | Fixed parser/evaluator to retrieve battery info+state | 2006-02-16 | 1 | -5/+9 | ||
| | | | | | | Cleanup of parser Dell laptops return battery status ok marco@ | |||||
* | Rewrote aml parser yet again... | 2006-02-03 | 1 | -5/+5 | ||
| | | | | | | Fixed bus_space_map for i386/amd64 Added _BST and _BIF to acpibat to get status/info ok marco@ | |||||
* | More evaluator changes | 2006-01-20 | 1 | -2/+10 | ||
| | | | | | | Removed old evaluator code Fixed _HID value ok marco@ | |||||
* | Added new method evaluation code | 2005-12-28 | 1 | -1/+9 | ||
| | | | | ok marco@ | |||||
* | Moved DSDT AML parsing into parent ACPI driver | 2005-12-16 | 1 | -1/+2 | ||
| | | | | ok marco@ | |||||
* | Need some stuff outside of dsdt.c so create a .h | 2005-12-13 | 1 | -0/+25 | ||