From owner-svn-src-all@FreeBSD.ORG Mon Jan 26 16:06:25 2015 Return-Path: Delivered-To: svn-src-all@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 5986CADB; Mon, 26 Jan 2015 16:06:25 +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 325967EA; Mon, 26 Jan 2015 16:06:25 +0000 (UTC) Received: from new-host-5.home (pool-173-70-85-31.nwrknj.fios.verizon.net [173.70.85.31]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 284D7B962; Mon, 26 Jan 2015 11:06:24 -0500 (EST) Message-ID: <54C66603.50100@FreeBSD.org> Date: Mon, 26 Jan 2015 11:06:27 -0500 From: John Baldwin User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Alexey Dokuchaev Subject: Re: svn commit: r277710 - head/sys/dev/pci References: <201501251953.t0PJrAOe050969@svn.freebsd.org> <20150126141908.GA20541@FreeBSD.org> In-Reply-To: <20150126141908.GA20541@FreeBSD.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 26 Jan 2015 11:06:24 -0500 (EST) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@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: Mon, 26 Jan 2015 16:06:25 -0000 On 1/26/15 9:19 AM, Alexey Dokuchaev wrote: > On Sun, Jan 25, 2015 at 07:53:10PM +0000, John Baldwin wrote: >> New Revision: 277710 >> URL: https://svnweb.freebsd.org/changeset/base/277710 >> >> Log: >> Pass a valid Dx state variable to PCIB_POWER_FOR_SLEEP() in pcib_resume() >> instead of NULL. > > Can this be possibly related to this message I got trying to resume a laptop > running recent -current [1]: ? > > pcib0: failed to set ACPI power state D2 on \134_SB_.PCI0: AE_BAD_PARAMETER > > ./danfe > > [1] http://lists.freebsd.org/pipermail/freebsd-wireless/2015-January/005365.html Well, the patch came up from debugging something along those lines, but it will not fix it. -- John Baldwin