Module Name: src Committed By: riz Date: Wed Nov 4 21:00:30 UTC 2015
Modified Files: src/share/man/man4 [netbsd-7]: hythygtemp.4 src/sys/dev/i2c [netbsd-7]: hytp14.c hytp14var.h Log Message: Pull up following revision(s) (requested by phx in ticket #975): sys/dev/i2c/hytp14.c: revision 1.5 share/man/man4/hythygtemp.4: revision 1.3 sys/dev/i2c/hytp14var.h: revision 1.3 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.2.4.1 src/share/man/man4/hythygtemp.4 cvs rdiff -u -r1.2.4.1 -r1.2.4.2 src/sys/dev/i2c/hytp14.c cvs rdiff -u -r1.2 -r1.2.2.1 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.