From owner-freebsd-acpi@FreeBSD.ORG Tue Jul 10 15:50:02 2012 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C8C3106566C; Tue, 10 Jul 2012 15:50:02 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout1.yahoo.com (mrout1.yahoo.com [216.145.54.171]) by mx1.freebsd.org (Postfix) with ESMTP id 1C85F8FC14; Tue, 10 Jul 2012 15:50:02 +0000 (UTC) Received: from [IPv6:::1] (proxy6.corp.yahoo.com [216.145.48.19]) by mrout1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id q6AFnVoA059233; Tue, 10 Jul 2012 08:49:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1341935373; bh=wUM79Fhpp6Cb2iFWrTi/4EMncKZiaSV9ylFDdzp4gF8=; h=Subject:From:Reply-To:To:Cc:In-Reply-To:References:Content-Type: Date:Message-ID:Mime-Version:Content-Transfer-Encoding; b=P1G123nO1BtcrDf7ZBoLZ0iXXHpNEFIrGMjcxPFG5Uoz1WBCEgKhk1gIHjGtRjWOz BeLKA+8zfIMCK6LqEcF0djhVlc6SCcf3QjuUOgazggXPzzv8QqNEOqJkh31EDo1LiE r2mG4cwtS2icWWhCBecEzxCFY0jc5GT6lksT1CWQ= From: Sean Bruno To: Andriy Gapon In-Reply-To: <4FF95F79.30309@FreeBSD.org> References: <4FF95F79.30309@FreeBSD.org> Content-Type: text/plain; charset="UTF-8" Date: Tue, 10 Jul 2012 08:49:30 -0700 Message-ID: <1341935370.4493.4.camel@powernoodle> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Milter-Version: master.31+4-gbc07cd5+ X-CLX-ID: 935371000 Cc: "freebsd-acpi@freebsd.org" , Vitaly Magerya , Giovanni Trematerra Subject: Re: improve cx_lowest logic X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sbruno@freebsd.org List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2012 15:50:02 -0000 On Sun, 2012-07-08 at 03:22 -0700, Andriy Gapon wrote: > I would like to propose the following change for review and testing: > http://people.freebsd.org/~avg/acpi_cpu_cx_lowest.diff Very nice. After a review I went ahead and applied it for testing. All seems to be well on battery and A/C on my T520 so I'm very happy to see this go into the tree. Let me know if you want me to do the man page update for acpi_cpu(4) Sean