Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jan 2004 16:20:55 +1300 (NZDT)
From:      Andrew Thompson <andy@fud.org.nz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kaz@kobe1995.net
Subject:   ports/61346: [PATCH] Increase max temp displayed for xmbmon
Message-ID:  <20040114032055.7D6C1170A9@smtp.fud.org.nz>
Resent-Message-ID: <200401140330.i0E3UENQ089256@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         61346
>Category:       ports
>Synopsis:       [PATCH] Increase max temp displayed for xmbmon
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 13 19:30:14 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Andrew Thompson
>Release:        FreeBSD 5.2-RC i386
>Organization:
>Environment:
System: FreeBSD kate.fud.org.nz 5.2-RC FreeBSD 5.2-RC #0: Sat Dec 13 00:52:30 NZDT 2003 andy@kate.fud.org.nz:/usr/obj/usr/src/sys/KATE i386


	
>Description:
The default max temperature of 50 degrees is not sufficient for modern hardware. My laptop averages 50-60 and the line graph goes off the scale.
>How-To-Repeat:
	
>Fix:

Increase max to 90 degrees


--- xmbmon.c.orig       Sat Jul  5 05:45:05 2003
+++ xmbmon.c    Wed Jan 14 16:09:07 2004
@@ -32,7 +32,7 @@
 #define DEFAULT_CSEC        "20"
 #define DEFAULT_WSEC      "1800"
 #define DEFAULT_TMIN      "10.0"
-#define DEFAULT_TMAX      "50.0"
+#define DEFAULT_TMAX      "90.0"
 #define DEFAULT_TMINF     "50.0"       /* for Fahrenheit */
 #define DEFAULT_TMAXF     "130.0"      /* for Fahrenheit */
 #define DEFAULT_VMIN      "1.80"


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040114032055.7D6C1170A9>