summaryrefslogtreecommitdiffstats
path: root/sys/dev/i2c/fintek.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Do not compile sensor code if option SMALL_KERNELmiod2014-10-121-1/+9
|
* don't clear sensor flags that were never set; ok deraadtcnst2007-10-311-4/+2
|
* rework sensor tasks to use the kernels generic workq rather than a specialdlg2007-06-241-2/+2
| | | | | | | | | kernel thread of its own. the api has changed (which will be fixed in the manpage shortly) so all the users of sensor tasks that i can find have been fixed too. noone tested, so its going in to force people to run with it. "put it in" deraadt@
* split userland & kernel struct sensor/sensordev so that the additionderaadt2007-03-221-3/+3
| | | | | | of new fields in the future is less disruptive. This is done similar to how struct proc is handled for ps(1). ok jmc (man page changes) tested fkr simon, and more suggestions from millert
* normally hardware engineers call it Vcc not VCCderaadt2006-12-241-2/+2
|
* adapt to new two-level sensor api; Constantine A. Mureninderaadt2006-12-231-23/+6
|
* Cleanup. Add config flag to make fans blast at full speed.kettenis2006-08-261-308/+60
| | | | ok drahn@
* Fan controller for Thecus N2100, still needs more work, currently sets thedrahn2006-06-151-0/+530
fan so it is running. The nice auto fan speed isn't working currently. Also gives temperature sensors.