Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * fix the order of precedence in the divisor bits calculation | 2008-06-09 | 1 | -10/+10 | |
| | | | | | * correct the constant in the fanrpm formula ok deraadt | ||||
* | rework sensor tasks to use the kernels generic workq rather than a special | 2007-06-24 | 1 | -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 addition | 2007-03-22 | 1 | -4/+4 | |
| | | | | | | 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 | ||||
* | adapt to new two-level sensor api; Constantine A. Murenin | 2006-12-23 | 1 | -32/+9 | |
| | |||||
* | make this match our code standards | 2006-04-10 | 1 | -4/+4 | |
| | |||||
* | Replace SENSOR_ADD() macro with a pair of functions | 2006-01-19 | 1 | -2/+2 | |
| | | | | | | | sensor_add()/sensor_del() so that sensors can be attached and detached dynamicaly. ok kettenis@ deraadt@ dlg@ | ||||
* | spacing | 2005-12-31 | 1 | -2/+2 | |
| | |||||
* | stop using I2C_F_POLL; it is a bus driver responsibility now | 2005-12-29 | 1 | -23/+23 | |
| | |||||
* | I think this is better fan support | 2005-12-28 | 1 | -17/+28 | |
| | |||||
* | attempt at fan measurement | 2005-12-28 | 1 | -2/+66 | |
| | |||||
* | first draft of an adm1026 driver, without fan code yet | 2005-12-28 | 1 | -0/+287 | |