summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/acpiac.c
AgeCommit message (Collapse)Author
2006-12-23adapt to new two-level sensor api; Constantine A. MureninTheo de Raadt
2006-12-21more minor knfTheo de Raadt
2006-12-18minor cleaning; ok marcoTheo de Raadt
2006-11-29After a long debate at the hackathon it was decided that the acpi implementationMarco Peereboom
is not concurrent if the sensors thread goes away. This makes acpi completly lockless. help and ok dlg
2006-10-19Replace ACPI ioctls with APM ioctls. This makes ACPI talk the same protocolMarco Peereboom
as APM therefore userspace can now retrieve power information in the same fashion as all other apm arches (zaurus, macppc, i386 etc). To use force the use of acpi device like so: apmd -f /dev/acpi ok jordan@
2006-10-12Massive ACPI changesJordan Hargrave
Fixed ACPI leaks new ACPI API ok marco@
2006-02-22Added new aml_register_notify to handle call-by-IDJordan Hargrave
Moved powerdown code to button device ok marco@
2006-02-22Added notify callback for A/C deviceJordan Hargrave
ok marco@
2006-02-17Add sensors output. This is for debug only and will be removed later.Marco Peereboom
2006-02-17Fixed code for handling _INIJordan Hargrave
Rearranged debug statements ok marco@
2006-02-16Print useful information during boot about the battery and power supply.Marco Peereboom
ok jordan.
2005-12-16Use new unified header.Marco Peereboom
2005-12-14Add AC device.Marco Peereboom