summaryrefslogtreecommitdiffstats
path: root/sys/dev/i2c/w83l784r.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-9/+9
| | | | | | 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. Mureninderaadt2006-12-231-14/+17
|
* Fix typos. From Pierre Riteau <pierre.riteau at free dot fr>.kettenis2006-11-141-5/+5
|
* Avoid using the rfact member of 'struct sensor' which is on its way out.kettenis2006-06-191-3/+3
|
* Add abstraction for resistor factors; makes it easier to compare them tokettenis2006-05-141-20/+41
| | | | | the datasheets. Fix a few bugs in the handling of voltage sensors. From Constantine Murenin <mureninc@gmail.com>.
* typobrad2006-03-181-2/+2
|
* Properly scale voltage on w83l784r.kettenis2006-03-121-7/+13
| | | | Origional patch from Constantine A. Murenin.
* Fix another typo. From Constantine A. Murenin.kettenis2006-02-171-2/+2
|
* Fix typo's. From Constantine A. Murenin.kettenis2006-02-161-3/+3
|
* 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@
* wbenv(4), a driver for the Winbond W83L784R/5R/5TS-L hardware monitor.kettenis2006-01-151-0/+348