Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-19 | Typo fixes. | Michael Knudsen | |
ok marco | |||
2006-07-30 | Donot pass a uninitialized pointer to aml_register_notify(), should fix PR5153 | Gordon Willem Klok | |
awaiting confirmation of this from the submitter, but its wrong regardless. ok marco@, canacar@ | |||
2006-06-30 | KNF, No functional change, | Gordon Willem Klok | |
"go at it" marco@ | |||
2006-06-30 | Support for calling Embedded Controller via new GPE interface | Jordan Hargrave | |
ok marco@ | |||
2006-06-30 | Added new code for GPE handling | Jordan Hargrave | |
Also works with ACPIEC; need to fixup acpiec.c to remove original interrupt handler ok marco@ | |||
2006-06-30 | Added offset argument for acpi read/write pmreg routines (new GPE code) | Jordan Hargrave | |
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-06-06 | fix a bad strlcpy, from ben lovett | Jolan Luff | |
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 | do not call acpi_powerdown() unless acpi has successfully initialized | Todd T. Fries | |
ok gwk@ canacar@ | |||
2006-05-31 | Match the specs and only shut down if notify_type is 0x80 | Can Erkin Acar | |
Reported and tested by todd@, ok gwk@ | |||
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 | Add embedded controller support. | Can Erkin Acar | |
ok marco@ deraadt@ testing & ok gwk@ | |||
2006-05-29 | Fix a memory overrun in the aml parser code. | Can Erkin Acar | |
ok deraadt@, gwk@ | |||
2006-05-19 | Minimal thermal zone driver. Monitors thermal zone temperature, | Can Erkin Acar | |
shuts down the system if the 'critical temperature' is reached. ok marco@ | |||
2006-05-19 | Use rwlock instead of lockmgr locks. | Can Erkin Acar | |
ok marco@ | |||
2006-04-30 | rv not set. Sloppy but didn't matter. | Marco Peereboom | |
pointed out by joris@ | |||
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-04-11 | KNF. | Marco Peereboom | |
2006-04-11 | Add acpi_resume(struct acpi_softc *sc), which calls some AML methods, | Gordon Willem Klok | |
detected at attach time, currently unused. ok marco@ | |||
2006-04-11 | Discover some ACPI sleep related methods, and call them at the | Gordon Willem Klok | |
appropriate time in acpi_enter_sleep_state(). 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-09 | Fixed free before malloc. bad marco | Jordan Hargrave | |
ok marco@ | |||
2006-03-09 | One more KNF nit. | Marco Peereboom | |
2006-03-09 | Pretty. | Marco Peereboom | |
2006-03-09 | Create separate function to parse name + scope. Should shave some bytes of | Marco Peereboom | |
and makes code more readable. ok jordan. | |||
2006-03-08 | Add showval to ddb interface. Now we can pretty much debug anything AML | Marco Peereboom | |
from ddb. Very useful. Help jordan. | |||
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-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-06 | No longer needed since it is moved to acpihpet. | Marco Peereboom | |
2006-03-06 | Rename hpet to acpihpet so that all devices use the same naming convention. | Marco Peereboom | |
discussed with 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-03-05 | Update tables after event. | Marco Peereboom | |
Free memory while at it. Register notify handler and use NULL for PNP id. | |||
2006-03-05 | KNF nit. | Marco Peereboom | |
2006-03-04 | oops some debug code was enabled. | Marco Peereboom | |
2006-03-04 | Add the gasio magic to slow/speed cpu. | Marco Peereboom | |
2006-02-26 | Print _PCT & _PPC. | Marco Peereboom | |
2006-02-26 | Add GRD and PCT structures. | Marco Peereboom | |
2006-02-26 | Print only MHz. Idea from jsg@ | Marco Peereboom | |
2006-02-26 | Delete some debug printing that wasn't compiling. | Marco Peereboom | |
2006-02-26 | Print ACPI cpu name during dmesg as well. | Marco Peereboom | |
2006-02-26 | Add acpicpu as a device. | Marco Peereboom | |
ok jordan@ |