From owner-freebsd-current@FreeBSD.ORG Sat Feb 11 01:34:33 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 01C3416A420 for ; Sat, 11 Feb 2006 01:34:33 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) Received: from smtp104.biz.mail.re2.yahoo.com (smtp104.biz.mail.re2.yahoo.com [206.190.52.173]) by mx1.FreeBSD.org (Postfix) with SMTP id 51C3E43D48 for ; Sat, 11 Feb 2006 01:34:32 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) Received: (qmail 17157 invoked from network); 11 Feb 2006 01:34:31 -0000 Received: from unknown (HELO optimator.noacks.org) (noackjr@supercrime.org@24.99.22.177 with login) by smtp104.biz.mail.re2.yahoo.com with SMTP; 11 Feb 2006 01:34:31 -0000 Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 7571A6179; Fri, 10 Feb 2006 20:34:30 -0500 (EST) Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 18966-07; Fri, 10 Feb 2006 20:34:29 -0500 (EST) Received: from [127.0.0.1] (optimator [192.168.1.11]) by optimator.noacks.org (Postfix) with ESMTP id 4D7E2612D; Fri, 10 Feb 2006 20:34:29 -0500 (EST) Message-ID: <43ED3F27.1080808@alumni.rice.edu> Date: Fri, 10 Feb 2006 20:34:31 -0500 From: Jonathan Noack User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Giorgos Keramidas References: <43ED294A.2050505@savvis.net> <200602110128.50618.max@love2party.net> <20060211003846.GA153@uci.agh.edu.pl> <43ED3423.5060500@alumni.rice.edu> <20060211010216.GA6287@uci.agh.edu.pl> <20060211010509.GA1947@flame.pc> In-Reply-To: <20060211010509.GA1947@flame.pc> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at noacks.org Cc: freebsd-current@freebsd.org Subject: Re: -current is sluggish X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Feb 2006 01:34:33 -0000 Giorgos Keramidas wrote: > On 2006-02-11 02:02, Krzysztof Kowalik wrote: >> Jonathan Noack wrote: >>> I think debug.cpufreq.lowest is what you want. It is documented in >>> cpufreq(4): >> Oh, indeed. And to think that I actually did read this manual page. >> Thank you. :-) > > Isn't the minimum level limited by dev.cpu.0.freq_levels though? My recollection is that setting debug.cpufreq.lowest would result in low values being removed from dev.cpu.0.freq_levels. So if dev.cpu.0.freq_levels started at "800/-1 400/-1 200/-1 100/-1" and you set debug.cpufreq.lowest to "300", dev.cpu.0.freq_levels would then become "800/-1 400/-1". -Jonathan