From owner-svn-src-all@FreeBSD.ORG Sun May 29 23:24:57 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D36AD1065672; Sun, 29 May 2011 23:24:57 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (pancho.soaustin.net [76.74.250.40]) by mx1.freebsd.org (Postfix) with ESMTP id B4F2D8FC14; Sun, 29 May 2011 23:24:57 +0000 (UTC) Received: by mail.soaustin.net (Postfix, from userid 502) id 071DB56205; Sun, 29 May 2011 18:24:57 -0500 (CDT) Date: Sun, 29 May 2011 18:24:56 -0500 From: Mark Linimon To: Nathan Whitehorn Message-ID: <20110529232456.GA7446@lonesome.com> References: <201105292046.p4TKksdv045882@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201105292046.p4TKksdv045882@svn.freebsd.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r222463 - head/sys/powerpc/powermac X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 May 2011 23:24:57 -0000 On Sun, May 29, 2011 at 08:46:54PM +0000, Nathan Whitehorn wrote: > Add some error handling here: if a sensor returns an error code (a negative > Kelvin temperature, which is impossible except for some contrived magnetic > spin systems), use the previous measurement from that sensor instead of > corrupting everything and randomly changing the fans or shutting off the > machine. I believe this wins "commit message of the month". mcl