PERFORCE change 124246 for review

Constantine A. Murenin cnst at FreeBSD.org
Sat Jul 28 03:00:34 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=124246

Change 124246 by cnst at 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
 


More information about the p4-projects mailing list