From owner-freebsd-mobile@FreeBSD.ORG Wed Aug 18 12:22:28 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 280FE16A4CE; Wed, 18 Aug 2004 12:22:28 +0000 (GMT) Received: from web.portaone.com (support.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DBCA43D1D; Wed, 18 Aug 2004 12:22:27 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from [192.168.0.20] (portacare.portaone.com [195.140.247.242]) (authenticated bits=0) by web.portaone.com (8.12.8p2/8.12.8) with ESMTP id i7ICME1S078503 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 18 Aug 2004 14:22:19 +0200 (CEST) (envelope-from sobomax@portaone.com) Message-ID: <412349F1.3050002@portaone.com> Date: Wed, 18 Aug 2004 15:22:09 +0300 From: Maxim Sobolev Organization: Porta Software Ltd User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Wilkinson, Alex" References: <6.1.0.6.1.20040816074348.03f99338@popserver.sfu.ca> <4120F823.2040802@portaone.com> <6.1.0.6.1.20040816235520.03faa468@popserver.sfu.ca> <41220EC4.5010607@portaone.com> <20040818011413.GB75214@squirm.dsto.defence.gov.au> In-Reply-To: <20040818011413.GB75214@squirm.dsto.defence.gov.au> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: current@freebsd.org cc: Colin Percival cc: freebsd-mobile@freebsd.org Subject: Re: Enhanced SpeedStep driver available X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Aug 2004 12:22:28 -0000 Wilkinson, Alex wrote: > 0n Tue, Aug 17, 2004 at 04:57:24PM +0300, Maxim Sobolev wrote: > > Well, TCC is not that different from ESS. The only difference is that it > operates with percentages, not with absolute frequences and that there > are fewer steps available. Therefore, it should be fairly easy to add > support for TCC as well. > > Trying to follow this thread. Can you please elaborate on the acronyms: > TCC and ESS. TCC == Thermal Control Circuit, special circuit found in p4 CPUs, which allows to control processor trottling, effectively controlling power consumption and performance. Usually is controlled automatically to prevent CPU overheating, but it is possible to control it from software. ESS == Enhanced Speed Step, special technology in Centrino CPUs, which allows to control frequency at which CPU runs again to control power consumption and performance. -Maxim