summaryrefslogtreecommitdiffstats
path: root/sys/dev/i2c/w83793g.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unify error message.kettenis2009-01-261-2/+2
| | | | ok grange@, oga@, todd@
* ignore fans with >= 0x0fff readings. According to the iic_dump(), it appearscnst2007-10-181-2/+2
| | | | | | | | | as if all the invalid fans have either 0x0f00 or 0x0000 readings, but with the in-the-field driver 0x0f00 appears as 0x0fff. At any rate, no real fans would have sensors detecting 0x0f00 (351 RPM), so no harm continuing to ignore it, t. tested by jon.steel@esentire.com discussed with kettenis@ deraadt@
* clear the invalid flag for temperature sensors that are no longer invalid; ok deraadtcnst2007-10-171-1/+3
|
* fix newlinesderaadt2007-10-141-293/+293
|
* wbng(4) driver for Winbond W83793G Hardware Monitor; 'commit it' deraadtcnst2007-10-141-0/+293