| Commit message (Expand) | Author | Age | Files | Lines |
* | Check the _TMP value for sanity also. On some systems (HP NX laptops), the | njl | 2007-03-05 | 1 | -3/+10 |
* | Support Celsius (nn.nC), Fahrenheit (nn.nF) and Kelvin (nnnn) to | ume | 2006-09-03 | 1 | -1/+0 |
* | Add support for overriding the values for _CRT, _HOT, and _PSV via sysctl. | njl | 2006-07-25 | 1 | -13/+55 |
* | Minor sysctl cleanup. The RW flag means read|write and so it is redundant | njl | 2006-06-10 | 1 | -2/+2 |
* | Canonize the include of acpi.h. | obrien | 2005-09-11 | 1 | -1/+1 |
* | Unbreak compiles with ACPI_DEBUG. | kan | 2005-08-26 | 1 | -0/+2 |
* | get current temperature from _TMP during passive cooling is active. | ume | 2005-08-25 | 1 | -15/+33 |
* | initialize only ACPI_BUFFER to avoid race condition with passive | ume | 2005-08-25 | 1 | -1/+8 |
* | don't raise cpu speed over the value when passive cooling is in | ume | 2005-08-17 | 1 | -11/+24 |
* | don't do mutex locking around kthread_create() call. | ume | 2005-08-04 | 1 | -4/+16 |
* | Implement passive cooling. It is enabled for tz0 by default where | ume | 2005-07-18 | 1 | -13/+277 |
* | Set the start of the cooling time later on, when we're actually performing | njl | 2005-02-22 | 1 | -2/+2 |
* | Initialize the flags value properly. We used to do this in acpi_tz_all_off() | njl | 2004-09-21 | 1 | -33/+2 |
* | Clean up rev 1.49 by using the temperature conversion for _PSV also and | njl | 2004-09-08 | 1 | -4/+5 |
* | Don't change the state of the system in acpi_tz_establish(). Before, we | njl | 2004-09-07 | 1 | -16/+22 |
* | Add a suffix descriptor for the acpi thermal values as a hint for the userland | peter | 2004-08-30 | 1 | -10/+10 |
* | MPSAFE locking | njl | 2004-08-13 | 1 | -120/+108 |
* | Add missing <sys/module.h> includes | phk | 2004-05-30 | 1 | -0/+1 |
* | Remove call to _INI for thermal devices. ACPI-CA now calls _INI for | njl | 2004-05-25 | 1 | -6/+0 |
* | Add back sys/reboot.h which is needed. | njl | 2004-05-06 | 1 | -0/+1 |
* | Make unnecessary globals static and remove unused includes. | njl | 2004-05-06 | 1 | -1/+0 |
* | Remove a check for the return value added in rev 1.41. It's not an error | njl | 2004-04-12 | 1 | -8/+1 |
* | Add MODULE_DEPEND entries so some of these drivers can eventually be | njl | 2004-04-09 | 1 | -0/+1 |
* | Replace more ad-hoc versions of acpi_GetReference(). Since the type of | njl | 2004-04-09 | 1 | -67/+28 |
* | A user can set tz_requested via the hw.acpi.thermal.tzX.active sysctl. | njl | 2004-03-05 | 1 | -1/+1 |
* | Change to acpi_{Get,Set}Integer to provide both methods. Convert all | njl | 2004-03-03 | 1 | -9/+4 |
* | Call _INI on Thermal Zones as well as devices. | njl | 2004-02-28 | 1 | -0/+6 |
* | Notify the user (at kern.emerg) that the system will be shutting down if | njl | 2004-02-03 | 1 | -5/+13 |
* | If the temperature is at _HOT or _CRT for 3 sequential readings, shutdown | njl | 2004-02-02 | 1 | -14/+21 |
* | Bite the bullet and uncomment the shutdown() in case we hit the _CRT or | njl | 2004-01-12 | 1 | -4/+4 |
* | Use the appropriate values for the notifies. No change in behavior | njl | 2003-12-31 | 1 | -2/+2 |
* | Add devctl(4) notify support to ACPI. Various subsystems now notify | njl | 2003-10-25 | 1 | -0/+2 |
* | Consistently print attach messages. | njl | 2003-09-26 | 1 | -1/+1 |
* | Style and whitespace changes. Also, make the ivar functions non-inline | njl | 2003-08-28 | 1 | -137/+146 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -2/+3 |
* | Catch up to changes in acpivar.h to add support for using ACPI on | jhb | 2002-10-16 | 1 | -2/+9 |
* | Some kernel threads try to do significant work, and the default KSTACK_PAGES | scottl | 2002-10-02 | 1 | -1/+1 |
* | Fix a bug about the cooling system controlling in acpi_thermal driver. | iwasaki | 2002-08-27 | 1 | -0/+16 |
* | Fixed printf format errors which apparently crept in while -Wformat was | bde | 2002-05-25 | 1 | -1/+1 |
* | Brutally deal with __func__ being 'const char *' on gcc-3.1. | peter | 2002-05-19 | 1 | -9/+9 |
* | Add generalized power profile code. | iwasaki | 2002-03-04 | 1 | -6/+14 |
* | The thermal thread needs to take Giant before it does anything with the | msmith | 2002-02-25 | 1 | -0/+6 |
* | Match namespace cleanup changes in ACPI CA 20020217 update. | msmith | 2002-02-23 | 1 | -46/+72 |
* | Staticise devclasses and some unnecessarily global variables. | msmith | 2002-01-08 | 1 | -1/+1 |
* | Add OS layer ACPI mutex and threading support. | iwasaki | 2001-12-22 | 1 | -5/+31 |
* | Cleanups of verbose printing. All the messages for the debugging is | iwasaki | 2001-11-18 | 1 | -19/+20 |
* | Two minor changes. | iwasaki | 2001-11-15 | 1 | -9/+8 |
* | Some small improvements of ACPI thermal driver. | iwasaki | 2001-10-29 | 1 | -4/+47 |
* | Just print a message in acpi_tz_monitor() only when new active state | iwasaki | 2001-09-04 | 1 | -2/+5 |
* | Updates to match the ACPI CA 20010816 import: | msmith | 2001-08-26 | 1 | -9/+9 |