From owner-freebsd-current@FreeBSD.ORG Wed Dec 10 10:06:45 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5653816A4CE for ; Wed, 10 Dec 2003 10:06:45 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 7E6F143D21 for ; Wed, 10 Dec 2003 10:06:44 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 46623 invoked by uid 1000); 10 Dec 2003 18:06:45 -0000 Date: Wed, 10 Dec 2003 10:06:45 -0800 (PST) From: Nate Lawson To: Lukas Ertl In-Reply-To: <20031210184201.Y598@korben.in.tern> Message-ID: <20031210100527.X46577@root.org> References: <20031209175230.I44055@root.org> <20031210184201.Y598@korben.in.tern> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: acpi-jp@jp.freebsd.org cc: current@freebsd.org Subject: Re: ACPI throttling changes X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Dec 2003 18:06:45 -0000 X-List-Received-Date: Wed, 10 Dec 2003 18:06:45 -0000 On Wed, 10 Dec 2003, Lukas Ertl wrote: > On Tue, 9 Dec 2003, Nate Lawson wrote: > > I'm working on a shared CPU frequency control driver. One step is to > > remove some of the autonomy of the throttling portion of acpi_cpu. > > Please test this patch if you have a machine which supports throttling. > > Apropos CPU frequency: is there a way to find out at what frequency the > CPU is running? And shouldn't SpeedStep have an influence on that? (Or > is SpeedStep not supported?) This is getting a bit off-topic. It's too early to discuss how all the different parts of cpufreq work. The answer is "yes and no", depending on which underlying technologies your laptop has available. ACPI throttling: yes, SpeedStep: mostly yes, ACPI performance states: no. -Nate