From owner-freebsd-acpi@FreeBSD.ORG Wed Apr 9 18:07:49 2014 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 304F1364 for ; Wed, 9 Apr 2014 18:07:49 +0000 (UTC) Received: from mail-pd0-x231.google.com (mail-pd0-x231.google.com [IPv6:2607:f8b0:400e:c02::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 08FDD1A5F for ; Wed, 9 Apr 2014 18:07:49 +0000 (UTC) Received: by mail-pd0-f177.google.com with SMTP id y10so2750634pdj.36 for ; Wed, 09 Apr 2014 11:07:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=yXbqKuIzidX9Qp7dwfrhKVnuFMtK5LNh8i7YOHlwDc8=; b=ZJ+j/nvkIjxMyJZaaFLdEr8fJyyJUydbs2HqJQ6bJORW5Fu4tm3WzN6Uo0AIcFZiHY 5UVOppPLw4geb8/Szma70yO45ImcMnzNLcpIml1Rkny8/S3ny8YsPOI6xoOpYBA3EKo4 XkKLZVZTVd8uiDzY1Uz5JiTJryj6ywz0usUZrp5E85HKQYAZOQqTRul09tJP4QzCt/z5 +eWNZqKyixE8oUeWyB1vge4UwCBz0n1W14A0aMG7LAC+0kPau9OqzbeN7c84IBvAuSk6 mZeB5OHBBA+9uMtxL4h4jFuGL2JtpV7mqohRp37YrSzIdqaZGSLe2MJD7najz9MbtygA nizg== X-Received: by 10.68.136.41 with SMTP id px9mr14034808pbb.14.1397066868568; Wed, 09 Apr 2014 11:07:48 -0700 (PDT) MIME-Version: 1.0 Received: by 10.70.0.230 with HTTP; Wed, 9 Apr 2014 11:07:28 -0700 (PDT) In-Reply-To: References: From: Anton Sayetsky Date: Wed, 9 Apr 2014 21:07:28 +0300 Message-ID: Subject: Re: C-States configuration To: hiren panchasara Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-acpi@freebsd.org X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2014 18:07:49 -0000 2014-04-09 20:40 GMT+03:00 hiren panchasara : > I am running -current on my T420 at r263906M > > debug.acpi.acpi_ca_version: 20130823 > > o/p of sysctl -a | grep acpi - http://bpaste.net/show/199806/ > > and I have following in my rc.conf: > > performance_cx_lowest="Cmax" > economy_cx_lowest="Cmax" > > But I still get: > > % sysctl -a | grep cx_lowest > hw.acpi.cpu.cx_lowest: C1 > dev.cpu.0.cx_lowest: C1 > dev.cpu.1.cx_lowest: C1 > dev.cpu.2.cx_lowest: C1 > dev.cpu.3.cx_lowest: C1 > > And I can do: > # sysctl dev.cpu.0.cx_lowest=Cmax > dev.cpu.0.cx_lowest: C1 -> C8 > > that tells me that Cmax is C8. > > % sysctl -d dev.cpu.0.cx_lowest > dev.cpu.0.cx_lowest: lowest Cx sleep state to use > > I was expecting cx_lowest to be set to C8 because of rc.conf config I have. > > What am I missing here? > > cheers, > Hiren Try to set LOW instead of Cmax.