aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/powermac/powermac_thermal.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* powerpc: Use the existing CTLFLAG_RDTUN and CTLFLAG_RWTUN flag definitionsZhenlei Huang2023-04-121-1/+1
* powerpc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+1
* sys/powerpc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Make the PowerMac fan control nonlinearJustin Hibbits2015-02-201-5/+23
* Be a little more suspicious of thermal sensors, which can have singleNathan Whitehorn2013-10-251-7/+24
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* - Introduce a define for ZERO_C_TO_K.Andreas Tobler2011-06-031-3/+4
* Use kproc_exit() instead of returning from the management function onNathan Whitehorn2011-05-291-1/+1
* Add some error handling here: if a sensor returns an error code (a negativeNathan Whitehorn2011-05-291-1/+5
* Don't put negative values into the averages.Nathan Whitehorn2011-05-291-0/+2
* Factor out the SMU fan management code into a new module (powermac_thermal)Nathan Whitehorn2011-05-281-0/+176