summaryrefslogtreecommitdiffstats
path: root/sys/dev/i2c/w83l784r.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* rework sensor tasks to use the kernels generic workq rather than a specialdlg2007-06-241-2/+2
* split userland & kernel struct sensor/sensordev so that the additionderaadt2007-03-221-9/+9
* 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
* typobrad2006-03-181-2/+2
* Properly scale voltage on w83l784r.kettenis2006-03-121-7/+13
* 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
* wbenv(4), a driver for the Winbond W83L784R/5R/5TS-L hardware monitor.kettenis2006-01-151-0/+348