summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_thermal.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Remove call to _INI for thermal devices. ACPI-CA now calls _INI fornjl2004-05-251-6/+0
* Add back sys/reboot.h which is needed.njl2004-05-061-0/+1
* Make unnecessary globals static and remove unused includes.njl2004-05-061-1/+0
* Remove a check for the return value added in rev 1.41. It's not an errornjl2004-04-121-8/+1
* Add MODULE_DEPEND entries so some of these drivers can eventually benjl2004-04-091-0/+1
* Replace more ad-hoc versions of acpi_GetReference(). Since the type ofnjl2004-04-091-67/+28
* A user can set tz_requested via the hw.acpi.thermal.tzX.active sysctl.njl2004-03-051-1/+1
* Change to acpi_{Get,Set}Integer to provide both methods. Convert allnjl2004-03-031-9/+4
* Call _INI on Thermal Zones as well as devices.njl2004-02-281-0/+6
* Notify the user (at kern.emerg) that the system will be shutting down ifnjl2004-02-031-5/+13
* If the temperature is at _HOT or _CRT for 3 sequential readings, shutdownnjl2004-02-021-14/+21
* Bite the bullet and uncomment the shutdown() in case we hit the _CRT ornjl2004-01-121-4/+4
* Use the appropriate values for the notifies. No change in behaviornjl2003-12-311-2/+2
* Add devctl(4) notify support to ACPI. Various subsystems now notifynjl2003-10-251-0/+2
* Consistently print attach messages.njl2003-09-261-1/+1
* Style and whitespace changes. Also, make the ivar functions non-inlinenjl2003-08-281-137/+146
* Use __FBSDID().obrien2003-08-241-2/+3
* 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