From owner-cvs-src@FreeBSD.ORG Fri May 2 19:42:39 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 535591065681; Fri, 2 May 2008 19:42:39 +0000 (UTC) (envelope-from eugen@grosbein.pp.ru) Received: from grosbein.pp.ru (grgw.svzserv.kemerovo.su [213.184.64.166]) by mx1.freebsd.org (Postfix) with ESMTP id 77B698FC0A; Fri, 2 May 2008 19:42:38 +0000 (UTC) (envelope-from eugen@grosbein.pp.ru) Received: from grosbein.pp.ru (localhost [127.0.0.1]) by grosbein.pp.ru (8.14.2/8.14.2) with ESMTP id m42JTbqx012215; Sat, 3 May 2008 03:29:37 +0800 (KRAST) (envelope-from eugen@grosbein.pp.ru) Received: (from eugen@localhost) by grosbein.pp.ru (8.14.2/8.14.2/Submit) id m42JTabv012214; Sat, 3 May 2008 03:29:36 +0800 (KRAST) (envelope-from eugen) Date: Sat, 3 May 2008 03:29:36 +0800 From: Eugene Grosbein To: John Baldwin Message-ID: <20080502192936.GA12176@grosbein.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <481AEA17.7060702@FreeBSD.org> User-Agent: Mutt/1.4.2.2i Cc: cvs-src@freebsd.org, Rui Paulo Subject: kern/121433 (Was: cvs commit: src/sys/i386/cpufreq est.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: Fri, 02 May 2008 19:42:39 -0000 Hi! While you are here, could you please take a look at: http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/121433 There is apparently logic error in src/sys/kern/kern_cpu.c, as explained in the PR. It breaks "passive cooling" feature of acpi_thermal(4). I was forced to patch so it'd be usable. Eugene Grosbein