From owner-freebsd-current@FreeBSD.ORG Thu Dec 11 16:33:04 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 317C216A4CE for ; Thu, 11 Dec 2003 16:33:04 -0800 (PST) Received: from mailbox.univie.ac.at (mailbox.univie.ac.at [131.130.1.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A53043D69 for ; Thu, 11 Dec 2003 16:32:55 -0800 (PST) (envelope-from l.ertl@univie.ac.at) Received: from wireless (adslle.cc.univie.ac.at [131.130.102.11]) hBC0WlVR278030; Fri, 12 Dec 2003 01:32:50 +0100 Date: Fri, 12 Dec 2003 01:32:48 +0100 (CET) From: Lukas Ertl To: acpi-jp@jp.FreeBSD.org, Nate Lawson In-Reply-To: <20031211141205.X50937@root.org> Message-ID: <20031212013059.M599@korben.in.tern> References: <20031209175230.I44055@root.org> <20031211141205.X50937@root.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-DCC-ZID-Univie-Metrics: mx1 4246; Body=0 Fuz1=0 Fuz2=0 cc: current@freebsd.org 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:33:04 -0000 On Thu, 11 Dec 2003, Nate Lawson wrote: > On Tue, 9 Dec 2003, Nate Lawson wrote: > > > > sysctl hw.acpi.cpu.current_speed=X > > > > dd if=/dev/zero bs=1m count=500 | md5 > > > 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) regards, le -- Lukas Ertl eMail: l.ertl@univie.ac.at UNIX Systemadministrator Tel.: (+43 1) 4277-14073 Vienna University Computer Center Fax.: (+43 1) 4277-9140 University of Vienna http://mailbox.univie.ac.at/~le/