From owner-freebsd-stable@FreeBSD.ORG Mon Aug 6 17:49:23 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E438016A418; Mon, 6 Aug 2007 17:49:21 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id D9FE213C428; Mon, 6 Aug 2007 17:49:21 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from rot26.obsecurity.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 0309E1A4D7C; Mon, 6 Aug 2007 10:48:33 -0700 (PDT) Received: by rot26.obsecurity.org (Postfix, from userid 1001) id A9FF1C134; Mon, 6 Aug 2007 13:49:20 -0400 (EDT) Date: Mon, 6 Aug 2007 13:49:20 -0400 From: Kris Kennaway To: Scot Hetzel Message-ID: <20070806174920.GA39742@rot26.obsecurity.org> References: <200707271109.51334.joao@matik.com.br> <200707290614.18469.joao@matik.com.br> <46AB160D.6040207@freebsd.org> <200708060928.36154.joao@matik.com.br> <790a9fff0708060854xb3f3e51n39a159ccf3f8b581@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <790a9fff0708060854xb3f3e51n39a159ccf3f8b581@mail.gmail.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-acpi@freebsd.org, freebsd-stable@freebsd.org, JoaoBR Subject: Re: powerd freeze with amd 5000 X2 but not with lower cpus X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Aug 2007 17:49:23 -0000 On Mon, Aug 06, 2007 at 10:54:08AM -0500, Scot Hetzel wrote: > On 8/6/07, JoaoBR wrote: > > Only to remember the problem only ocurres when loading powerd and seems the > > freeze happens when cpu freq is upshifting not down. > > > Try setting: > > hint.acpi_throttle.0.disabled="1" > > in /boot/loader.conf, as acpi_throttle may be the cause of the freeze. FYI this worked for me. Kris