From owner-svn-src-head@FreeBSD.ORG Wed Nov 19 11:18:21 2014 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1C6B4B17; Wed, 19 Nov 2014 11:18:21 +0000 (UTC) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 70BAE789; Wed, 19 Nov 2014 11:18:19 +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 NAA22048; Wed, 19 Nov 2014 13:20:10 +0200 (EET) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1Xr3H7-0004dr-B2; Wed, 19 Nov 2014 13:18:17 +0200 Message-ID: <546C7C41.70407@FreeBSD.org> Date: Wed, 19 Nov 2014 13:17:21 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Chagin Dmitry , Adrian Chadd Subject: Re: svn commit: r274635 - head/sys/dev/pci References: <201411172025.sAHKPLMl055666@svn.freebsd.org> <2245618.H2SPKlpWdS@ralph.baldwin.cx> <20141118064626.GA956@dchagin.static.corbina.net> <20141118192952.GA945@dchagin.static.corbina.net> In-Reply-To: <20141118192952.GA945@dchagin.static.corbina.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" , John Baldwin X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Wed, 19 Nov 2014 11:18:21 -0000 On 18/11/2014 21:29, Chagin Dmitry wrote: > it seems that at resume path METHOD set_powerstate() is not invoked. fro proper pciX. > ie, no "Transition from D3 to D0" prints. i'm trying to understand the reason Just a note that I see this as well. -- Andriy Gapon