summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/acpitz.c
AgeCommit message (Expand)Author
2016-05-24Disabling active cooling trip points when we lack the right method to operate.Sebastien Marie
2016-04-26corrects acpitz problem with active cooling and hysterisisSebastien Marie
2015-05-06Use | when combining flags not +. Luckily in this case 1 + 2 == 1 | 2.Jonathan Gray
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-07-12Preread the thermal zone trip points before reading the temperature value.Mike Larkin
2014-07-11It's init as a process that's special, not init's original thread.Philip Guenther
2014-04-13perform the same ACPITZ_INIT operation as attach does, at DVACT_WAKEUPTheo de Raadt
2012-10-31don't show Kelvin units, and don't be off by a factor of 10 either.Theo de Raadt
2011-06-15try to make critical messages make more sense. help from sthen.Marco Peereboom
2011-04-07Fix uninitialized name and x variables in setfanJordan Hargrave
2011-04-07Revert prior diff that I ok because I don't know how to read. Real fixMarco Peereboom
2011-04-07Fix device names in acpitz_setfan() printf messages, which got broken inMiod Vallat
2010-07-27replace acpitz_getreading goo with proper aml_evalinteger.Marco Peereboom
2010-07-21spacing and indents that are driving me crazyTheo de Raadt
2010-07-20print the temperature readings that make us go down; ok kettenisTheo de Raadt
2010-07-20tsleep() and EWOULDBLOCK was being used incorrectly for fixed minumumTheo de Raadt
2010-01-13Make sure that acpitz is always the last one to replace the globalMarco Peereboom
2009-12-09disable useles printMarco Peereboom
2009-12-04KNF whitespace, from Brad. ok jordan@Stuart Henderson
2009-10-15Implement passive cooling for acpitz; works for some overheating machinesJordan Hargrave
2009-04-26in ca_attach() there is no need to set .value and .flags of sensors to 0,Constantine A. Murenin
2009-04-19zero temperature in acpi refers to -273,2degC -- convert to uK appropriately;...Constantine A. Murenin
2009-03-11More aml_evalinteger fixupJordan Hargrave
2008-09-12In acpitz_setfan(), try to send fan commands to ``power resources'' objects.Miod Vallat
2008-09-11Thermal Zone entities might not be direct object references, but namedMiod Vallat
2008-06-01Re-enable new parser. Lots of testing by various folks. Fits all mediaMarco Peereboom
2008-05-16back out jordans new parser.David Gwynne
2008-05-14Adding new ACPI Parser codeJordan Hargrave
2008-04-12Get rid of acpi_s5 global variables; simply send SIGUSR2 instead of SUGUSR1Mark Kettenis
2008-01-08Don't free res twice.Marco Peereboom
2008-01-06Add a more robust gettempreading that debounces the value (idea from FreeBSD)Marco Peereboom
2007-11-12a little less excitement (every printf does not need to end in !)Theo de Raadt
2007-11-03less colonsTheo de Raadt
2007-11-03repair attach messages; ok gwk canacarTheo de Raadt
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