Date: Sat, 28 Jul 2007 03:00:33 GMT From: "Constantine A. Murenin" <cnst@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 124246 for review Message-ID: <200707280300.l6S30X7u011992@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=124246 Change 124246 by cnst@dale on 2007/07/28 02:59:57 add some example entries to debug sensorsd and sensors framework against lm(4), because lm(4) itself doesn't provide any status for its sensors, therefore, sensorsd doesn't monitor them unless something is put into config file Affected files ... .. //depot/projects/soc2007/cnst-sensors/etc/sensorsd.conf#3 edit Differences ... ==== //depot/projects/soc2007/cnst-sensors/etc/sensorsd.conf#3 (text+ko) ==== @@ -1,4 +1,4 @@ -# $P4: //depot/projects/soc2007/cnst-sensors/etc/sensorsd.conf#2 $ +# $P4: //depot/projects/soc2007/cnst-sensors/etc/sensorsd.conf#3 $ # $FreeBSD$ # $OpenBSD: sensorsd.conf,v 1.7 2007/05/30 07:49:37 cnst Exp $ @@ -6,6 +6,11 @@ # Sample sensorsd.conf file. See sensorsd.conf(5) for details. # +#the following three entries are for debugging sensorsd(8) with lm(4) +temp:low=24C:high=64C +fan:low=0:high=1024 +volt:low=0V:high=12.6V + # +5 voltage (volts) #hw.sensors.lm0.volt3:low=4.8V:high=5.2V
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707280300.l6S30X7u011992>