From owner-svn-src-all@FreeBSD.ORG Tue Jul 31 18:03:06 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B7781065672; Tue, 31 Jul 2012 18:03:06 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout2-b.corp.bf1.yahoo.com (mrout2-b.corp.bf1.yahoo.com [98.139.253.105]) by mx1.freebsd.org (Postfix) with ESMTP id C72878FC0A; Tue, 31 Jul 2012 18:03:05 +0000 (UTC) Received: from [IPv6:::1] (rideseveral.corp.yahoo.com [10.73.160.231]) by mrout2-b.corp.bf1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id q6VI2jRR023877; Tue, 31 Jul 2012 11:02:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1343757766; bh=24m88A93xrXbV8Mg0j0xaL3l1OojBl95Q3jTdyMHSA8=; h=Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date: Message-ID:Mime-Version:Content-Transfer-Encoding; b=NmfFQxmUntzMbTfW59cvdXvouop/tqnuvHFIC+4Ie0m4pbUIrJziZPmcl5oDBK9Be BPbJhxp7wuhHK/vT0jOf4SV3DuJgynDhBuqXI+Y8C7p9jHu1xdyTFCmpFGWDfPHUmn Rd0Th7mvbzuo012dZ75u36KHhhVWf/Q9xXzmcI4A= From: Sean Bruno To: Alexander Motin In-Reply-To: <1343751146.2957.3.camel@powernoodle.corp.yahoo.com> References: <201207311058.q6VAwp18019777@svn.freebsd.org> <1343751146.2957.3.camel@powernoodle.corp.yahoo.com> Content-Type: text/plain; charset="UTF-8" Date: Tue, 31 Jul 2012 11:02:44 -0700 Message-ID: <1343757764.2957.12.camel@powernoodle.corp.yahoo.com> 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: 757765001 Cc: "svn-src-head@FreeBSD.org" , "svn-src-all@FreeBSD.org" , "src-committers@FreeBSD.org" Subject: Re: svn commit: r238943 - head/sys/dev/acpica X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2012 18:03:06 -0000 On Tue, 2012-07-31 at 09:12 -0700, Sean Bruno wrote: > On Tue, 2012-07-31 at 03:58 -0700, Alexander Motin wrote: > > To help with diagnostics, add C-state type into > > dev.cpu.X.cx_supported. > > Pretty sure that this breaks /etc/rc.d/power_profile > > Andiry and I went back and forth on this specific thing quite a bit. If > you note my commit/revert at svn r238004 and r238009 where I did a > similar thing and then had to yank it out. > > there's a lot of discussion around this point on the acpi mailing lists. > http://lists.freebsd.org/pipermail/freebsd-acpi/2012-July/007645.html > > Sean > Upon further review and discussion, I remove my objection to this commit. It does *not* break power_profile in my test cases. sean