summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/acpitz.c
AgeCommit message (Expand)Author
2007-03-26Don't leak memory.Marco Peereboom
2007-03-22split userland & kernel struct sensor/sensordev so that the additionTheo de Raadt
2007-02-14Quiet a noisy debug message by using dnprintf instead of printf.Deanna Phillips
2006-12-26Add polling to devices that require it such as acpibat and acpitz.Marco Peereboom
2006-12-23adapt to new two-level sensor api; Constantine A. MureninTheo de Raadt
2006-12-21more minor knfTheo de Raadt
2006-12-19knf + delete unused variablesTheo de Raadt
2006-12-18Remove misleading NOTREACHED comments. Sending a signal does notCan Erkin Acar
2006-11-29After a long debate at the hackathon it was decided that the acpi implementationMarco Peereboom
2006-11-02Ooops, forgot a debug printf.Marco Peereboom
2006-11-02Add active cooling support mostly by me with jordan help.Marco Peereboom
2006-10-24Condense get functions into a single function. This is ahead of retrievingMarco Peereboom
2006-10-24KNFMarco Peereboom
2006-10-19Fixed acpitz match functionJordan Hargrave
2006-10-12Massive ACPI changesJordan Hargrave
2006-07-30Donot pass a uninitialized pointer to aml_register_notify(), should fix PR5153Gordon Willem Klok
2006-05-19Minimal thermal zone driver. Monitors thermal zone temperature,Can Erkin Acar