From owner-freebsd-current@FreeBSD.ORG Wed Dec 12 16:55:56 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B9F916A420 for ; Wed, 12 Dec 2007 16:55:56 +0000 (UTC) (envelope-from kenfreebsd@icarz.com) Received: from deanna.icarz.com (deanna.icarz.com [207.99.22.19]) by mx1.freebsd.org (Postfix) with ESMTP id B7E3813C467 for ; Wed, 12 Dec 2007 16:55:55 +0000 (UTC) (envelope-from kenfreebsd@icarz.com) Received: from kenxp (netb-138.icarz.com [209.123.219.138]) by deanna.icarz.com (8.13.8/8.13.8) with SMTP id lBCGtrpL064124 for ; Wed, 12 Dec 2007 11:55:53 -0500 (EST) (envelope-from kenfreebsd@icarz.com) Message-ID: <136c01c83cdf$db5f0430$8adb7bd1@icarz.com> From: "Ken Menzel" To: References: <0beb01c83c35$aeb48ae0$8adb7bd1@icarz.com><11167f520712112338v654d7686rf9db06647ec28f88@mail.gmail.com> <20071212074208.GD29211@soaustin.net> Date: Wed, 12 Dec 2007 11:55:53 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 X-Spam-Score: -101.164 () ALL_TRUSTED, AWL, BAYES_00, STOX_REPLY_TYPE, USER_IN_WHITELIST X-Scanned-By: MIMEDefang 2.63 on 207.99.22.19 Subject: Re: CURRENT Kernel makes the system run very very hot X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ken Menzel List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Dec 2007 16:55:56 -0000 ----- Original Message ----- From: "Mark Linimon" To: "Sam Fourman Jr." Cc: Sent: Wednesday, December 12, 2007 2:42 AM Subject: Re: CURRENT Kernel makes the system run very very hot > On Wed, Dec 12, 2007 at 01:38:49AM -0600, Sam Fourman Jr. wrote: >> I did not file a PR (I don't know how I have never done one.) > > Please see http://www.freebsd.org/support/bugreports.html. > > mcl Thanks Mark, It seems like it may be an ACPI problem based on: (kgdb) print cpu_idle_hook $1 = (void (*)(void)) 0xffffffff801d0bb0 (kgdb) q Thanks to Kostik Belousov for the advice on where to go next. And based on that I will move this to the ACPI mailing list and file a PR. Thanks, Ken