From owner-freebsd-stable@FreeBSD.ORG Thu Aug 23 17:38:15 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 DE76816A419; Thu, 23 Aug 2007 17:38:15 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from gaia.nimnet.asn.au (nimbin.lnk.telstra.net [139.130.45.143]) by mx1.freebsd.org (Postfix) with ESMTP id 2F38613C468; Thu, 23 Aug 2007 17:38:13 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from localhost (smithi@localhost) by gaia.nimnet.asn.au (8.8.8/8.8.8R1.5) with SMTP id DAA22954; Fri, 24 Aug 2007 03:37:58 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Fri, 24 Aug 2007 03:37:57 +1000 (EST) From: Ian Smith To: JoaoBR In-Reply-To: <200708230910.52163.joao@matik.com.br> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-acpi@freebsd.org, freebsd-stable@freebsd.org 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: Thu, 23 Aug 2007 17:38:16 -0000 On Thu, 23 Aug 2007, JoaoBR wrote: > On Thursday 23 August 2007 00:17:56 Ian Smith wrote: > > > > > Call me curious, but (assuming that you're tuning for performance, not > > economy, and so will always run these boxes on AC power, not battery): > > > > a) why you think that line in /etc/rc.d/power_profile is 'funny'? > > > > well, in first place because it gave an error, I haven't looked deeper at that > moment because I was after something else > > so now I did because of your question and it seems the power_profile script > has a bug > > I tries to set hw.acpi.cpu.cx_lowest=C1 > > but I guess it should be dev.cpu.0.cx_lowest Ah, ok. Updated in HEAD but not STABLE: http://www.freebsd.org/cgi/cvsweb.cgi/src/etc/rc.d/power_profile.diff?r1=text&tr1=1.7&r2=text&tr2=1.11 But http://www.freebsd.org/cgi/cvsweb.cgi/src/etc/rc.d/power_profile indicates that hw.acpi.cpu.cx_lowest should still work anyway, to set all cpus the same? What is the error message you're getting? Cheers, Ian