From owner-svn-src-head@FreeBSD.ORG Wed Nov 19 17:46:12 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 316CCF8F; Wed, 19 Nov 2014 17:46:12 +0000 (UTC) Received: from mail-wg0-x22d.google.com (mail-wg0-x22d.google.com [IPv6:2a00:1450:400c:c00::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C686BA04; Wed, 19 Nov 2014 17:46:11 +0000 (UTC) Received: by mail-wg0-f45.google.com with SMTP id b13so1427760wgh.32 for ; Wed, 19 Nov 2014 09:46:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=Duosi85SQ00EzxR5t8bd4kLRnl35bAnDDPTX37zApRI=; b=dpiHwuML6fHCGuxR8G/8c0/02LGkKXAJ2X6SUBTEeuWDjLTGyxQzOWM7GmRtLBJc5g hK6L71uHKIefLYo7l2pqofpXAIlFlIFnGqHcAtXFMVr9urQIrVT5bUZ/1NZwpPIsAAWo t1Oz+3d1kbvQkI1prIAHZ08m84KucGAWWd16j8HIULgLskT5RBIEcKumnx3RoYYOf/nL 91AKR6BUjARItSTdG8DcJV8zfBnya7ppamBwm+rqq0P7IqR39yoHicTvb61HFsr164pw cm5mRgZdUb4nnb3M4vNO60Z5xAQgNUvYkqGRdGE/mlEuVbUgLt9TCnj64qzgA/gf69eg NMPg== MIME-Version: 1.0 X-Received: by 10.181.8.72 with SMTP id di8mr39965197wid.1.1416419170105; Wed, 19 Nov 2014 09:46:10 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.216.106.136 with HTTP; Wed, 19 Nov 2014 09:46:10 -0800 (PST) In-Reply-To: <546CCB1A.6060709@FreeBSD.org> 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> Date: Wed, 19 Nov 2014 09:46:10 -0800 X-Google-Sender-Auth: fQuiMpfhUHzHcegfGvPo3OWc4SM Message-ID: Subject: Re: svn commit: r274635 - head/sys/dev/pci From: Adrian Chadd To: Andriy Gapon Content-Type: text/plain; charset=UTF-8 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 17:46:12 -0000 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 ! -adrian