summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_thermal.c
Commit message (Expand)AuthorAgeFilesLines
* Catch up to changes in acpivar.h to add support for using ACPI onjhb2002-10-161-2/+9
* Some kernel threads try to do significant work, and the default KSTACK_PAGESscottl2002-10-021-1/+1
* Fix a bug about the cooling system controlling in acpi_thermal driver.iwasaki2002-08-271-0/+16
* Fixed printf format errors which apparently crept in while -Wformat wasbde2002-05-251-1/+1
* Brutally deal with __func__ being 'const char *' on gcc-3.1.peter2002-05-191-9/+9
* Add generalized power profile code.iwasaki2002-03-041-6/+14
* The thermal thread needs to take Giant before it does anything with themsmith2002-02-251-0/+6
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-231-46/+72
* Staticise devclasses and some unnecessarily global variables.msmith2002-01-081-1/+1
* Add OS layer ACPI mutex and threading support.iwasaki2001-12-221-5/+31
* Cleanups of verbose printing. All the messages for the debugging isiwasaki2001-11-181-19/+20
* Two minor changes.iwasaki2001-11-151-9/+8
* Some small improvements of ACPI thermal driver.iwasaki2001-10-291-4/+47
* Just print a message in acpi_tz_monitor() only when new active stateiwasaki2001-09-041-2/+5
* Updates to match the ACPI CA 20010816 import:msmith2001-08-261-9/+9
* Remove noisy printfs from the notify handler; having these go offmsmith2001-08-211-2/+0
* Convert from acpi_strerror() to AcpiFormatException()msmith2001-07-211-2/+2
* Quiet the complaint about the _SCP method if it doesn't exist; it'smsmith2001-07-071-2/+3
* Add support for user-requested override of cooling levels.msmith2001-07-071-80/+189
* Fix a couple of misunderstandings in the monitor code. Passive coolingmsmith2001-07-051-50/+131
* Add ACPI lock support.msmith2001-06-291-13/+52
* Sync to my work in progress:msmith2001-06-281-36/+342
* Add sysctl interface (Read-only) for temprature, AC-line and Battery.iwasaki2001-06-231-7/+14
* - Updates for new constant naming in the ACPI CA 20010518 update.msmith2001-05-291-5/+5
* Tidy up.msmith2001-01-311-48/+47
* Axe unused local variable.jhb2001-01-231-1/+0
* Add ACPI AC adaptor and ACPI Control Method Battery.takawata2000-12-221-3/+43
* - Convert a lot of homebrew debugging output to use the ACPI CA debuggingmsmith2000-12-081-6/+18
* Initial FreeBSD OSPM (operating system power management) modules formsmith2000-10-281-0/+102
OpenPOWER on IntegriCloud