From owner-svn-src-all@FreeBSD.ORG Wed Nov 19 19:21:18 2014 Return-Path: Delivered-To: svn-src-all@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 8A76BE36; Wed, 19 Nov 2014 19:21:18 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 61743781; Wed, 19 Nov 2014 19:21:18 +0000 (UTC) Received: from ralph.baldwin.cx (pool-173-70-85-31.nwrknj.fios.verizon.net [173.70.85.31]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 57B69B939; Wed, 19 Nov 2014 14:21:17 -0500 (EST) From: John Baldwin To: Chagin Dmitry Subject: Re: svn commit: r274635 - head/sys/dev/pci Date: Wed, 19 Nov 2014 13:56:12 -0500 Message-ID: <3820382.Yu3gof679I@ralph.baldwin.cx> User-Agent: KMail/4.14.2 (FreeBSD/10.1-PRERELEASE; KDE/4.14.2; amd64; ; ) In-Reply-To: <20141118192952.GA945@dchagin.static.corbina.net> References: <201411172025.sAHKPLMl055666@svn.freebsd.org> <20141118192952.GA945@dchagin.static.corbina.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Wed, 19 Nov 2014 14:21:17 -0500 (EST) Cc: "svn-src-head@freebsd.org" , Adrian Chadd , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2014 19:21:18 -0000 On Tuesday, November 18, 2014 10:29:52 PM Chagin Dmitry wrote: > On Tue, Nov 18, 2014 at 07:47:46AM -0800, Adrian Chadd wrote: > > Hi, > > > > Want to post a bootverbose suspend/resume pass with -HEAD without this > > patch in it, then with this patch in it? > > 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 Can you verify that when acpi_device_pwr_for_sleep() is called acpi_sstate is S0? Maybe add something to just print out the device name, sstate, *dstate, and the return value for each call to acpi_device_pwr_for_sleep()? -- John Baldwin