Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-11 | Add acpi_sleep and acpi_stall functions. | Marco Peereboom | |
ok jordan | |||
2006-10-31 | add missing prototype for aml_evalinteger() | Thordur I. Bjornsson | |
ok macro@ | |||
2006-10-30 | Fix nameref -> objref for forward definition evaluator | Jordan Hargrave | |
ok marco@ | |||
2006-10-25 | Don't convert buffer/field output to integer | Jordan Hargrave | |
Caused problems with strings/index on some systems | |||
2006-10-25 | added deref/index for integer types | Jordan Hargrave | |
2006-10-24 | Added stack trace to aml_die+acpidebug | Jordan Hargrave | |
ok marco@ | |||
2006-10-23 | Reduced memory allocations for temporary values | Jordan Hargrave | |
2006-10-19 | Fixed AML debugger code to use new interface | Jordan Hargrave | |
ok marco@ | |||
2006-10-19 | Fixed GPE debug levels | Jordan Hargrave | |
Fixed ref counter on temporary bufferfields DSDT parsing fully working on IBM Thinkpad ok marco@ | |||
2006-10-19 | Merged target/terminal handling code | Jordan Hargrave | |
Added function call pointer to opcode table _BIF working on Dell, IBM ok marco@ | |||
2006-10-15 | fix broken scope braces | Jordan Hargrave | |
added debug print to gasio ok marco@ | |||
2006-10-15 | Fixed buggy if-else end scope | Jordan Hargrave | |
Fixed multi-level deref/index for thinkpads Some KNF ok marco@ | |||
2006-10-15 | Remove extra increment of bitmask. ok jordan@ | Can Erkin Acar | |
2006-10-12 | Added exportable aml_getpciaddr | Jordan Hargrave | |
Added printing args for called functions ok marco@ | |||
2006-10-12 | fix rcsid | Marco Peereboom | |
2006-10-12 | Massive ACPI changes | Jordan Hargrave | |
Fixed ACPI leaks new ACPI API ok marco@ | |||
2006-06-14 | Allow changes to a Name initialized with a 'static' value. | Can Erkin Acar | |
Problem report (PR5149), and debugging by jj.roh at thurnherr dot ch ok marco@ | |||
2006-05-31 | Do not put _OS_ value on the stack. | Can Erkin Acar | |
excellent bug report and testing by Berk Demir < bdd at mindcast dot org > | |||
2006-05-31 | When allocating a buffer, use the supplied length if the requested | Can Erkin Acar | |
length is smaller. Tested by joris@, ok gwk@ | |||
2006-05-29 | Check for possible NULL dereference in aml_showvalue | Can Erkin Acar | |
tested & ok gwk@ dim@ | |||
2006-05-29 | Check the return value of aml_ederef isnt NULL before use. | Gordon Willem Klok | |
Fixes a few panics. ok canacar@ | |||
2006-05-29 | Fix a memory overrun in the aml parser code. | Can Erkin Acar | |
ok deraadt@, gwk@ | |||
2006-04-21 | remove some trailing spaces found while reading this code. | Joris Vink | |
okay marco@ | |||
2006-04-16 | Use aml_bitpos() when copying a field into a buffer. | Mark Kettenis | |
ok marco@ | |||
2006-03-21 | Disassembler now pretty prints AML code (like acpidump) | Jordan Hargrave | |
ok marco@ | |||
2006-03-09 | Used common aml_opname for debugger | Jordan Hargrave | |
Removed redundant code ok marco@ | |||
2006-03-09 | Remove bad XXX | Marco Peereboom | |
ok jordan | |||
2006-03-09 | Removed unused prototypes | Jordan Hargrave | |
Fixed aml_notify to use known node Added new method/node evaluator Renamed some functions for easier naming ok marco@ | |||
2006-03-08 | Fix proto. | Marco Peereboom | |
2006-03-08 | KNF. | Marco Peereboom | |
Undo emacsisms/jordanisms. Rearange protos and globals. This file needs more cleanup but this is a start. | |||
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-26 | Delete some debug printing that wasn't compiling. | Marco Peereboom | |
2006-02-23 | Pre-parsing PCI address for opregion | Jordan Hargrave | |
ok marco@ | |||
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-20 | Calling parseint instead of parseval for getpciaddr | Jordan Hargrave | |
ok marco@ | |||
2006-02-20 | Added aml_bufcmp buffer comparisons | Jordan Hargrave | |
Added getpciaddr for pci opregions ok marco@ | |||
2006-02-20 | Fix a typo cbproc -> proc. Found by drahn@ | Marco Peereboom | |
ok jordan@ | |||
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-17 | Add a generic delay function as per the ACPI spec. | Marco Peereboom | |
from jordan@ | |||
2006-02-17 | Fixed code for handling _INI | Jordan Hargrave | |
Rearranged debug statements ok marco@ | |||
2006-02-16 | Added stub for calling _INI | Jordan Hargrave | |
Fixed aml_dowhile for NULL return ok marco@ | |||
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@ | |||
2006-01-18 | Added new evaluation routines | Jordan Hargrave | |
Added helper methods for buffer/field evaluation Fixed broken indentation on dsdt.c ok marco@ | |||
2006-01-17 | Major overhaul of the aml parser. Evaluater temporarily disabled. | Jordan Hargrave | |
ok marco@ | |||
2006-01-06 | printf -> dnprintf conversion for debug messages. | Alexander Yurchenko | |
2006-01-05 | In aml_eval_name() don't return success if no object found. | Alexander Yurchenko | |