summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/acpiec.c
AgeCommit message (Expand)Author
2008-05-16back out jordans new parser.David Gwynne
2008-05-14Adding new ACPI Parser codeJordan Hargrave
2007-12-07do not call aml_searchname and aml_evalnode afterwards, just useFederico G. Schwindt
2007-11-12no need to print acpi name on attachTheo de Raadt
2007-11-12a little less excitement (every printf does not need to end in !)Theo de Raadt
2007-02-21Fix stuttering audio playback as reported by Igor Grabin.Marco Peereboom
2007-02-21KNFMarco Peereboom
2007-02-17Add SMALL_KERNEL throught acpi to make it fit on boot media.Marco Peereboom
2006-12-23Move the handling of SCI events to the acpiec gpe handler.Can Erkin Acar
2006-12-21spacingTheo de Raadt
2006-12-21Remove some more remnants of old acpiec_wait function.Marco Peereboom
2006-12-21KNFMarco Peereboom
2006-12-21ECs are weird in that they generate many interrupts. One for the actualMarco Peereboom
2006-12-12There is no acpiec_notify() function so don't supply a prototype.Michael Knudsen
2006-11-29After a long debate at the hackathon it was decided that the acpi implementationMarco Peereboom
2006-11-25Fixed acpiec code for deadlockJordan Hargrave
2006-10-15Fixed buggy if-else end scopeJordan Hargrave
2006-10-14Fix the checks broken during conversion to new code. The EmbeddedCan Erkin Acar
2006-10-12Remove debug print. Found by Peter Hessler.Marco Peereboom
2006-10-12Massive ACPI changesJordan Hargrave
2006-06-30Support for calling Embedded Controller via new GPE interfaceJordan Hargrave
2006-06-30Added new code for GPE handlingJordan Hargrave
2006-05-29Add embedded controller support.Can Erkin Acar