From owner-freebsd-current@FreeBSD.ORG Thu Dec 11 16:48:54 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 D9F7716A4CE for ; Thu, 11 Dec 2003 16:48:54 -0800 (PST) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9DF443D36 for ; Thu, 11 Dec 2003 16:48:53 -0800 (PST) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([24.7.73.28]) by comcast.net (rwcrmhc11) with ESMTP id <2003121200485301300oml67e>; Fri, 12 Dec 2003 00:48:53 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id QAA90855; Thu, 11 Dec 2003 16:48:51 -0800 (PST) Date: Thu, 11 Dec 2003 16:48:49 -0800 (PST) From: Julian Elischer To: Lukas Ertl In-Reply-To: <20031212013059.M599@korben.in.tern> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: acpi-jp@jp.FreeBSD.org cc: current@freebsd.org cc: Nate Lawson Subject: Re: [acpi-jp 2878] 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: Fri, 12 Dec 2003 00:48:55 -0000 On Fri, 12 Dec 2003, Lukas Ertl wrote: > On Thu, 11 Dec 2003, Nate Lawson wrote: > > Haven't gotten any responses to this yet. Would someone who has working > > throttling support apply the patch and test that they can indeed change > > throttling through the sysctl listed above? > > Well, seems to work, but I'm not sure if it works correctly: > > # sysctl hw.acpi.cpu.current_speed=8 > # dd if=/dev/zero bs=1m count=500 | md5 > 524288000 bytes transferred in 10.128099 secs (51765687 bytes/sec) > > # sysctl hw.acpi.cpu.current_speed=4 > # dd if=/dev/zero bs=1m count=500 | md5 > 524288000 bytes transferred in 12.186178 secs (43023169 bytes/sec) > > # sysctl hw.acpi.cpu.current_speed=1 > # dd if=/dev/zero bs=1m count=500 | md5 > 524288000 bytes transferred in 12.127831 secs (43230154 bytes/sec) One would expect this to take longer, no?