From owner-svn-src-head@FreeBSD.ORG Wed Nov 19 19:00:27 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 75034281; Wed, 19 Nov 2014 19:00:27 +0000 (UTC) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id BCAFD206; Wed, 19 Nov 2014 19:00:24 +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 VAA29605; Wed, 19 Nov 2014 21:02:16 +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 1XrAUJ-000559-BS; Wed, 19 Nov 2014 21:00:23 +0200 Message-ID: <546CE891.7010000@FreeBSD.org> Date: Wed, 19 Nov 2014 20:59:29 +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> <546CDEBE.1010608@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 19:00:27 -0000 On 19/11/2014 20:19, Adrian Chadd wrote: > On 19 November 2014 10:17, Andriy Gapon wrote: >> 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 > > Yup, I only just caught up on the email. > > I'll update my devices today and then dig into it some more. Okay, please disregard this sub-thread from. I based my observations on behavior of a particular device driver and it seems that that driver was by-passed by a specific issue. I do not see any general problem. Sorry for the noise. -- Andriy Gapon