summaryrefslogtreecommitdiff
path: root/sys/dev/i2c/w83l784r.c
AgeCommit message (Expand)Author
2022-04-08lm, uguru, fins, wbenv: constify sensor tablesChristian Weisgerber
2022-04-06constify struct cfattachChristian Weisgerber
2007-06-24rework sensor tasks to use the kernels generic workq rather than a specialDavid Gwynne
2007-03-22split userland & kernel struct sensor/sensordev so that the additionTheo de Raadt
2006-12-23adapt to new two-level sensor api; Constantine A. MureninTheo de Raadt
2006-11-14Fix typos. From Pierre Riteau <pierre.riteau at free dot fr>.Mark Kettenis
2006-06-19Avoid using the rfact member of 'struct sensor' which is on its way out.Mark Kettenis
2006-05-14Add abstraction for resistor factors; makes it easier to compare them toMark Kettenis
2006-03-18typoBrad Smith
2006-03-12Properly scale voltage on w83l784r.Mark Kettenis
2006-02-17Fix another typo. From Constantine A. Murenin.Mark Kettenis
2006-02-16Fix typo's. From Constantine A. Murenin.Mark Kettenis
2006-01-19Replace SENSOR_ADD() macro with a pair of functionsAlexander Yurchenko
2006-01-15wbenv(4), a driver for the Winbond W83L784R/5R/5TS-L hardware monitor.Mark Kettenis