From owner-svn-src-head@FreeBSD.ORG Wed Nov 19 18:18:35 2014 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 167DEE69; Wed, 19 Nov 2014 18:18:35 +0000 (UTC) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 6A69BD68; Wed, 19 Nov 2014 18:18:33 +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 UAA29045; Wed, 19 Nov 2014 20:20:24 +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 1Xr9pn-00052U-Fs; Wed, 19 Nov 2014 20:18:31 +0200 Message-ID: <546CDEBE.1010608@FreeBSD.org> Date: Wed, 19 Nov 2014 20:17:34 +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: 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> <546C7C41.70407@FreeBSD.org> <546CCB1A.6060709@FreeBSD.org> In-Reply-To: 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" , John Baldwin , Chagin Dmitry 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 18:18:35 -0000 On 19/11/2014 19:46, Adrian Chadd wrote: > On 19 November 2014 08:53, Andriy Gapon wrote: >> On 19/11/2014 18:15, Adrian Chadd wrote: >>> On 19 November 2014 03:17, Andriy Gapon wrote: >>>> 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. >>> >>> Before or after Dmitry's patch? >> >> Before. > > Ok. > > I'll revert his patch today and then we can dig into why the resume > device list isn't matching the suspend device list. > > Thanks for helping me dig into all of this ! Hasn't it already been reverted? r274707 -- Andriy Gapon