summaryrefslogtreecommitdiffstats
path: root/sys/dev/i2c/fcu.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* fcu fans are PWM, express as %; from mureninderaadt2007-01-071-3/+3
|
* adapt to new two-level sensor api; Constantine A. Mureninderaadt2006-12-231-12/+9
|
* Replace SENSOR_ADD() macro with a pair of functionsgrange2006-01-191-2/+2
| | | | | | | sensor_add()/sensor_del() so that sensors can be attached and detached dynamicaly. ok kettenis@ deraadt@ dlg@
* no longer use ia_compat; tested by a fewderaadt2005-12-271-7/+4
|
* basic driver for apple fcu fan controller. can read up to 6 fan rpm'sderaadt2005-11-161-0/+184
and up to 2 fan pwms. we do not yet adjust the fan speeds, because we do not have a death wish