From owner-freebsd-stable@FreeBSD.ORG Sun Oct 16 10:12:06 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A62816A41F for ; Sun, 16 Oct 2005 10:12:06 +0000 (GMT) (envelope-from markus@trippelsdorf.de) Received: from blue-ld-038.synserver.de (blue-ld-038.synserver.de [217.119.50.239]) by mx1.FreeBSD.org (Postfix) with SMTP id 94A4243D48 for ; Sun, 16 Oct 2005 10:12:05 +0000 (GMT) (envelope-from markus@trippelsdorf.de) Received: (qmail 13317 invoked by uid 0); 16 Oct 2005 10:11:59 -0000 X-SynServer-RemoteDnsName: port-212-202-34-162.dynamic.qsc.de X-SynServer-AuthUser: markus@trippelsdorf.de Received: from port-212-202-34-162.dynamic.qsc.de (HELO bsd.trippelsdorf.de) (212.202.34.162) by mx-06.synserver.de with SMTP; 16 Oct 2005 10:11:58 -0000 Date: Sun, 16 Oct 2005 12:11:58 +0200 From: Markus Trippelsdorf To: Zoran Kolic Message-ID: <20051016101158.GA12083@bsd.trippelsdorf.de> References: <20051016045412.GA544@faust.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051016045412.GA544@faust.net> User-Agent: Mutt/1.5.11 Cc: freebsd-stable Subject: Re: cpu frequency on 6.0 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: Sun, 16 Oct 2005 10:12:06 -0000 On Sun, Oct 16, 2005 at 06:54:12AM +0200, Zoran Kolic wrote: > I'd like to know, prior to > install upcoming 6.0, about > putting cpu into cooler mo- > de. On 5.4 and amd64 2800+ cpu > (754, 0.13) with "acpi_ppc", > it works fine and temperature > is just over 30. Could I do the > same with "device cpufreq" and > "powerd_enable"? Yes, it should work without any problem. (if you want to retain the characteristic of the acpi_ppc driver just put: powerd_flags="-r 2" into your rc.conf) -- Markus