| Commit message (Expand) | Author | Age | Files | Lines |
* | acpi_thermal: Warn about insane _TMP temperature only once | dumbbell | 2013-08-30 | 1 | -5/+26 |
* | Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de... | sbz | 2013-01-30 | 1 | -1/+1 |
* | Remove not very useful printf, that can be too chatty. | mav | 2013-01-10 | 1 | -8/+1 |
* | acpi_thermal: when _ACx is tripped, all _ALi i>= x should be on | avg | 2012-10-14 | 1 | -6/+11 |
* | - be more precise about the unit of measurement | eadler | 2011-11-17 | 1 | -1/+1 |
* | - be more precise about the unit of measurement | eadler | 2011-11-17 | 1 | -1/+1 |
* | Remove duplicate header includes | kevlo | 2011-06-28 | 1 | -1/+0 |
* | Correctly output the entire array for hw.acpi.thermal._ACx. | mdf | 2011-04-19 | 1 | -1/+2 |
* | Fix a few acpi sysctls that want "IK" formatting to specify CTLTYPE_INT. | mdf | 2011-04-18 | 1 | -7/+7 |
* | fix a few cases where a string is passed via format argument instead of | avg | 2010-06-11 | 1 | -4/+2 |
* | Temporarily revert the new-bus locking for 8.0 release. It will be | jhb | 2009-08-20 | 1 | -3/+0 |
* | Make the newbus subsystem Giant free by adding the new newbus sxlock. | attilio | 2009-08-02 | 1 | -0/+3 |
* | Import ACPICA 20090521. | jkim | 2009-06-05 | 1 | -1/+3 |
* | Initialize tz_active to a new constant TZ_ACTIVE_UNKNOWN and make no | rpaulo | 2008-04-25 | 1 | -1/+20 |
* | Create a thread to handle passive cooling for 1st zone which has _PSV, | ume | 2008-02-16 | 1 | -19/+20 |
* | Allow the user to override the current active cooling state if state | rpaulo | 2008-02-16 | 1 | -1/+2 |
* | Use devclass_get_count() instead of devclass_get_maxunit() to get the | jhb | 2007-12-31 | 1 | -1/+1 |
* | Add sysctl mibs for _TSP, _TC1 and _TC2 which is user overridable | ume | 2007-12-24 | 1 | -0/+40 |
* | Rename the kthread_xxx (e.g. kthread_create()) calls | julian | 2007-10-20 | 1 | -3/+3 |
* | 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 |