From owner-freebsd-stable@FreeBSD.ORG Tue Oct 4 16:02:58 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 0D28D16A41F; Tue, 4 Oct 2005 16:02:58 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C3F343D45; Tue, 4 Oct 2005 16:02:57 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id j94G9rE6047792; Tue, 4 Oct 2005 12:09:53 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-stable@FreeBSD.org Date: Tue, 4 Oct 2005 12:02:39 -0400 User-Agent: KMail/1.6.2 References: <433DF1F1.9020809@shaw.ca> In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="euc-kr" Content-Transfer-Encoding: 7bit Message-Id: <200510041202.42158.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV devel-20050919/1109/Mon Oct 3 18:06:28 2005 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: Volker Stolz , Graham North Subject: Re: Cool 'n quiet and other AMD stuff 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: Tue, 04 Oct 2005 16:02:58 -0000 On Tuesday 04 October 2005 11:40 am, Volker Stolz wrote: > * Graham North : > > 1) Is the AMD Cool 'n quiet feature (PowerNow) feature supported > > while running i386 FBSD on this AMD64 processor? (Assuming MB > > support). > > Maybe this will work: http://www.freshports.org/sysutils/fvcool/ I believe cpufreq.ko and powerd(8) will work just fine but it's not available in FreeBSD 5.4. From 6.0-BETA (or RELENG_5), try 'kldload cpufreq' and add 'powerd_enable="YES"' in /etc/rc.conf. Jung-uk Kim