From owner-svn-src-head@FreeBSD.ORG Tue Jul 31 11:32:14 2012 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 024141065670; Tue, 31 Jul 2012 11:32:14 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id B27C48FC20; Tue, 31 Jul 2012 11:32:12 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id OAA26846; Tue, 31 Jul 2012 14:32:10 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1SwAgM-0007f1-4i; Tue, 31 Jul 2012 14:32:10 +0300 Message-ID: <5017C236.6090507@FreeBSD.org> Date: Tue, 31 Jul 2012 14:32:06 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:14.0) Gecko/20120728 Thunderbird/14.0 MIME-Version: 1.0 To: Alexander Motin References: <201207311058.q6VAwp18019777@svn.freebsd.org> In-Reply-To: <201207311058.q6VAwp18019777@svn.freebsd.org> X-Enigmail-Version: 1.4.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2012 11:32:14 -0000 on 31/07/2012 13:58 Alexander Motin said the following: > To help with diagnostics, add C-state type into dev.cpu.X.cx_supported I think that this really should have been a separate commit. Besides it is a POLA violation for those who may parse output of this sysctl for whatever reason. Additionally, it would seem to be better to have sub-tree per state per CPU where all the important/interesting characteristics of the state are exposed. So this part of this commit seems like a half-measure. This all has been recently discussed on acpi@ :-) -- Andriy Gapon