From owner-freebsd-acpi@FreeBSD.ORG Thu Feb 26 15:25:31 2009 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BED811065675 for ; Thu, 26 Feb 2009 15:25:31 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 8ECA58FC13 for ; Thu, 26 Feb 2009 15:25:31 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (pool-98-109-39-197.nwrknj.fios.verizon.net [98.109.39.197]) by cyrus.watson.org (Postfix) with ESMTPSA id 18E9746B09; Thu, 26 Feb 2009 10:25:31 -0500 (EST) Received: from localhost (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.3/8.14.3) with ESMTP id n1QFPOQv042853; Thu, 26 Feb 2009 10:25:24 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-acpi@freebsd.org Date: Thu, 26 Feb 2009 08:16:49 -0500 User-Agent: KMail/1.9.7 References: <03537785-1D9B-4482-939F-318580227167@gizmocreative.com> In-Reply-To: <03537785-1D9B-4482-939F-318580227167@gizmocreative.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902260816.49474.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Thu, 26 Feb 2009 10:25:25 -0500 (EST) X-Virus-Scanned: ClamAV 0.94.2/9051/Thu Feb 26 08:08:01 2009 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: Subject: Re: EST SpeedStep with E2140 shows wrong frequencies X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2009 15:25:32 -0000 On Wednesday 25 February 2009 7:45:35 pm Daniel Duerr wrote: > Hello, > > I have been following the developments (or lack thereof) around EST > and the more recent Intel Dual-core CPUs and was very happy to > discover some new results with the latest FreeBSD 7.1 versions, > specifically Gabriel Lavoie's recent posts about his success with the > E5200 CPU. My CPU is an Intel Pentium Dual 65nm E2140 @ 1.6GHz which > is supposed to use under 8W of power when idled down with EST. Since > this server is always on, this power savings would be wonderful. > > Today, I decided to give it another shot and updated my 7.1-STABLE > amd64 system to the current sources. I re-enabled the cpufreq driver > in my /boot/loader.conf and now, upon bootup, no longer get the > message about EST not recognizing my CPU which seems like a great step > forward. Furthermore, EST is actually attaching to the cpufreq > subsystem and populating frequency information as it should. > Unfortunately I am experiencing two issues though: > 1) the resulting frequency information picked up by EST don't seem > complete/accurate for my CPU > 2) the behavior changes further if I disable the multiple cores in my > BIOS We rely on the BIOS to tell us the available speed settings via ACPI. Also, for idle consumption the bigger gain will come from using higher Cx states rather than using throttling. -- John Baldwin