index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
acpi
/
acpiec.c
Age
Commit message (
Expand
)
Author
2008-05-16
back out jordans new parser.
David Gwynne
2008-05-14
Adding new ACPI Parser code
Jordan Hargrave
2007-12-07
do not call aml_searchname and aml_evalnode afterwards, just use
Federico G. Schwindt
2007-11-12
no need to print acpi name on attach
Theo de Raadt
2007-11-12
a little less excitement (every printf does not need to end in !)
Theo de Raadt
2007-02-21
Fix stuttering audio playback as reported by Igor Grabin.
Marco Peereboom
2007-02-21
KNF
Marco Peereboom
2007-02-17
Add SMALL_KERNEL throught acpi to make it fit on boot media.
Marco Peereboom
2006-12-23
Move the handling of SCI events to the acpiec gpe handler.
Can Erkin Acar
2006-12-21
spacing
Theo de Raadt
2006-12-21
Remove some more remnants of old acpiec_wait function.
Marco Peereboom
2006-12-21
KNF
Marco Peereboom
2006-12-21
ECs are weird in that they generate many interrupts. One for the actual
Marco Peereboom
2006-12-12
There is no acpiec_notify() function so don't supply a prototype.
Michael Knudsen
2006-11-29
After a long debate at the hackathon it was decided that the acpi implementation
Marco Peereboom
2006-11-25
Fixed acpiec code for deadlock
Jordan Hargrave
2006-10-15
Fixed buggy if-else end scope
Jordan Hargrave
2006-10-14
Fix the checks broken during conversion to new code. The Embedded
Can Erkin Acar
2006-10-12
Remove debug print. Found by Peter Hessler.
Marco Peereboom
2006-10-12
Massive ACPI changes
Jordan Hargrave
2006-06-30
Support for calling Embedded Controller via new GPE interface
Jordan Hargrave
2006-06-30
Added new code for GPE handling
Jordan Hargrave
2006-05-29
Add embedded controller support.
Can Erkin Acar