summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpi/dsdt.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Added changes for C-Statejordan2007-04-111-1/+4
| | | | ok marco@
* New resource mapper interface and structuresjordan2007-02-221-22/+66
| | | | ok marco@
* Added dynamic perfect hash for opcodesjordan2007-02-181-1/+3
| | | | ok marco@
* Added support for calling _OSI methodjordan2007-02-061-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.marco2006-12-261-2/+4
| | | | | Use the same tsleep/wakeup mechanism as the interrupt code to keep it non- concurrent.
* even more knf lovederaadt2006-12-211-2/+2
|
* more minor knfderaadt2006-12-211-84/+77
|
* Make AML_CRSLEN return the correct length for small resources.kettenis2006-11-271-2/+2
| | | | ok jordan@
* Added support for parsing _CRS resourcesjordan2006-11-271-1/+107
| | | | Post-parsing fixup for forward name references
* Add mutex.marco2006-11-251-1/+4
| | | | prodded dlg, ok jordan
* Added stack trace to aml_die+acpidebugjordan2006-10-241-1/+4
| | | | ok marco@
* Fixed AML debugger code to use new interfacejordan2006-10-191-21/+20
| | | | ok marco@
* Merged target/terminal handling codejordan2006-10-191-1/+4
| | | | | | Added function call pointer to opcode table _BIF working on Dell, IBM ok marco@
* Added exportable aml_getpciaddrjordan2006-10-121-4/+6
| | | | | Added printing args for called functions ok marco@
* Massive ACPI changesjordan2006-10-121-11/+23
| | | | | | Fixed ACPI leaks new ACPI API ok marco@
* Used common aml_opname for debuggerjordan2006-03-091-6/+6
| | | | | Removed redundant code ok marco@
* KNF + alignment.marco2006-03-081-56/+47
|
* Add "disasm" code for ddb. With this one can disassemble AML code from DDB.marco2006-03-071-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.marco2006-03-051-1/+2
| | | | | Lots and lots of help from miod@ and deraadt@ ok deraadt@ miod@
* Added new aml_register_notify to handle call-by-IDjordan2006-02-221-2/+3
| | | | | Moved powerdown code to button device ok marco@
* Added code for aml_notify GPE notification callbackjordan2006-02-191-1/+6
| | | | ok marco@
* jordan:marco2006-02-191-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+statejordan2006-02-161-5/+9
| | | | | | Cleanup of parser Dell laptops return battery status ok marco@
* Rewrote aml parser yet again...jordan2006-02-031-5/+5
| | | | | | Fixed bus_space_map for i386/amd64 Added _BST and _BIF to acpibat to get status/info ok marco@
* More evaluator changesjordan2006-01-201-2/+10
| | | | | | Removed old evaluator code Fixed _HID value ok marco@
* Added new method evaluation codejordan2005-12-281-1/+9
| | | | ok marco@
* Moved DSDT AML parsing into parent ACPI driverjordan2005-12-161-1/+2
| | | | ok marco@
* Need some stuff outside of dsdt.c so create a .hmarco2005-12-131-0/+25