Module Name: src Committed By: phx Date: Wed Sep 9 17:16:20 UTC 2015
Modified Files: src/share/man/man4: hythygtemp.4 src/sys/dev/i2c: hytp14.c hytp14var.h Log Message: Tests showed that the sensor needs at least 30ms after a MR (measurement request) to have valid data ready, so the driver didn't work very well. Now the MR is sent in configurable intervals (hw.hythygtemp0.interval) using callout(9), so that valid data is immediately available for sysmon's sensor refresh. When the refresh comes too close after the last MR, then the previous values are used. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/hythygtemp.4 cvs rdiff -u -r1.4 -r1.5 src/sys/dev/i2c/hytp14.c cvs rdiff -u -r1.2 -r1.3 src/sys/dev/i2c/hytp14var.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.