From owner-cvs-all@FreeBSD.ORG Thu Aug 23 10:56:33 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DEB4A16A417; Thu, 23 Aug 2007 10:56:33 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id 9735B13C458; Thu, 23 Aug 2007 10:56:33 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 1F2F220B0; Thu, 23 Aug 2007 12:56:29 +0200 (CEST) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on tim.des.no Received: from ds4.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id 05475208A; Thu, 23 Aug 2007 12:56:29 +0200 (CEST) Received: by ds4.des.no (Postfix, from userid 1001) id D94BD84479; Thu, 23 Aug 2007 12:56:28 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: src-committers@FreeBSD.org References: <200708231053.l7NAr3Pc088160@repoman.freebsd.org> Date: Thu, 23 Aug 2007 12:56:28 +0200 In-Reply-To: <200708231053.l7NAr3Pc088160@repoman.freebsd.org> (Dag-Erling Smorgrav's message of "Thu\, 23 Aug 2007 10\:53\:03 +0000 \(UTC\)") Message-ID: <86zm0izfhf.fsf@ds4.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/coretemp coretemp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 10:56:34 -0000 Dag-Erling Smorgrav writes: > Log: > Style nits + more reliable Tj(max) detection + improved reporting of > critical temperature + sched_unbind() after rdmsr + initialize sc_dev. I should note that the driver currently only checks for (and reports) a critical temperature when you read the sysctl; if you want to use devd to react to a critical temperature, you need to set up a cron job to poll dev.cpu.N.temperature. Hopefully, a future version of the driver will install an interrupt handler and activate the temperature threshold interrupts. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no