From owner-freebsd-stable@FreeBSD.ORG Sat Mar 27 05:35:40 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6EDD3106564A; Sat, 27 Mar 2010 05:35:40 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from sola.nimnet.asn.au (paqi.nimnet.asn.au [115.70.110.159]) by mx1.freebsd.org (Postfix) with ESMTP id DC36F8FC12; Sat, 27 Mar 2010 05:35:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by sola.nimnet.asn.au (8.14.2/8.14.2) with ESMTP id o2R5ZaIV089393; Sat, 27 Mar 2010 16:35:36 +1100 (EST) (envelope-from smithi@nimnet.asn.au) Date: Sat, 27 Mar 2010 16:35:36 +1100 (EST) From: Ian Smith To: Jeremy Chadwick In-Reply-To: <20100326091447.GA91547@icarus.home.lan> Message-ID: <20100327153102.X30338@sola.nimnet.asn.au> References: <5.2.1.1.2.20100324134153.032459d8@mail.sstec.com> <1269310984.00232724.1269300005@10.7.7.3> <1269310984.00232724.1269300005@10.7.7.3> <5.2.1.1.2.20100324134153.032459d8@mail.sstec.com> <5.2.1.1.2.20100325235505.031e8338@mail.sstec.com> <20100326091447.GA91547@icarus.home.lan> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Alexander Motin , FreeBSD-STABLE Mailing List Subject: Re: Powerd and est / eist functionality X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Mar 2010 05:35:40 -0000 On Fri, 26 Mar 2010, Jeremy Chadwick wrote: [ leaving the MB monitoring stuff alone for your expert attention :-] > > It jumped up in vcore a little there with powerd. C1E and C2E which > > include P-states are what I am really after and I think that the > > bios by itself provides those changes better than any other changes > > in these settings. > > ...and this would fall under the est(4) subset driver for cpufreq(4). Just checking, I know nothing about these so far, but are you suggesting that John having C1E and C2E enabled in BIOS may be affecting ACPI/EST detection, and that things may be different were these disabled? If that's not what you meant, could you expand a little? John: you may want to explore where this comes together in kern_cpu.c where you'll see those cpufreq debugging messages you quoted. Some of the more gritty documentation may be found browsing with something like: % less /sys/{sys,kern,amd64/include}/*cpu*.[ch] cheers, Ian