From owner-freebsd-current@FreeBSD.ORG Wed Aug 15 18:59:59 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 272CB16A41B for ; Wed, 15 Aug 2007 18:59:59 +0000 (UTC) (envelope-from h.schmalzbauer@omnisec.de) Received: from host.omnisec.de (host.omnisec.de [62.245.232.135]) by mx1.freebsd.org (Postfix) with ESMTP id 8E45D13C469 for ; Wed, 15 Aug 2007 18:59:58 +0000 (UTC) (envelope-from h.schmalzbauer@omnisec.de) Received: from [192.168.1.67] (e181041192.adsl.alicedsl.de [85.181.41.192]) (authenticated bits=0) by host.omnisec.de (8.13.8/8.13.8) with ESMTP id l7FIxuTL018310 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 15 Aug 2007 20:59:57 +0200 (CEST) (envelope-from h.schmalzbauer@omnisec.de) X-Authentication-Warning: smtp.dmz.omnisec.de: Host e181041192.adsl.alicedsl.de [85.181.41.192] claimed to be [192.168.1.67] From: Harald Schmalzbauer Organization: OmniSEC To: freebsd-current@freebsd.org Date: Wed, 15 Aug 2007 20:59:51 +0200 User-Agent: KMail/1.9.7 References: <200708141209.l7EC9nrb082368@lurza.secnetix.de> In-Reply-To: <200708141209.l7EC9nrb082368@lurza.secnetix.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708152059.52469.h.schmalzbauer@omnisec.de> Cc: Oliver Fromme Subject: Re: powerd and it's "wakeup" behaviour X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 15 Aug 2007 18:59:59 -0000 Am Dienstag, 14. August 2007 14:09:49 schrieb Oliver Fromme: > Harald Schmalzbauer wrote: [...] > I've needed a similar feature for some time and I have a > patch, so I cleaned it up a bit and submitted it along > with an update to the manpage. It's PR bin/115513: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=115513 > > Apply the diff relative to src/usr/sbin/powerd, then > "make clean && make && make install", and restart > powerd with option -u 100. That should have the effect > that you described above. Wonderful, hopefully it will make it's way into powerd. But I haven't testet because measuring the throttling of my P3-m showed that it saves exactly nothing (primary measured, 14.00W@500MHz, 14.00W@"62"MHz). So since it's old SpeedStep wich only proviedes two frequencies/voltages "wakeup" is 100% with throttling disabled. It's the most sutable way for me now but I'll love to have the -u feature when I'll have an EST machine. Thanks, -Harry