From owner-cvs-src@FreeBSD.ORG Thu Jan 10 17:14:44 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9DD3516A41B for ; Thu, 10 Jan 2008 17:14:44 +0000 (UTC) (envelope-from nate@root.org) Received: from root.org (root.org [67.118.192.226]) by mx1.freebsd.org (Postfix) with ESMTP id 6DB3D13C459 for ; Thu, 10 Jan 2008 17:14:44 +0000 (UTC) (envelope-from nate@root.org) Received: (qmail 3988 invoked from network); 10 Jan 2008 17:14:44 -0000 Received: from adsl-71-141-123-117.dsl.snfc21.pacbell.net (HELO ?192.168.1.77?) (nate-mail@71.141.123.117) by root.org with ESMTPA; 10 Jan 2008 17:14:44 -0000 Message-ID: <47865280.2060503@root.org> Date: Thu, 10 Jan 2008 09:14:40 -0800 From: Nate Lawson User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: Rui Paulo , cvs-src@freebsd.org, src-committers@FreeBSD.org, cvs-all@freebsd.org References: <20080110160925.E4EB116A47F@hub.freebsd.org> In-Reply-To: <20080110160925.E4EB116A47F@hub.freebsd.org> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: cvs commit: src/sys/dev/coretemp coretemp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2008 17:14:44 -0000 Rui Paulo wrote: > rpaulo 2008-01-10 16:09:22 UTC > > FreeBSD src repository > > Modified files: > sys/dev/coretemp coretemp.c > Log: > Disable the check for errata AE18. On MacBooks (1,1 version) there's > no problem with coretemp and C3 state. > > Approved by: njl (mentor) > > Revision Changes Path > 1.5 +6 -0 src/sys/dev/coretemp/coretemp.c > Note that this should not be MFCd for a while, at least until after the current set of releases. It is safer to have the errata in case we don't fully understand why it was added in the first place. -- Nate