From owner-svn-src-head@FreeBSD.ORG Wed Nov 19 16:15:14 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 6EFDCDA9; Wed, 19 Nov 2014 16:15:14 +0000 (UTC) Received: from mail-wi0-x229.google.com (mail-wi0-x229.google.com [IPv6:2a00:1450:400c:c05::229]) (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 F185AD42; Wed, 19 Nov 2014 16:15:13 +0000 (UTC) Received: by mail-wi0-f169.google.com with SMTP id r20so9420024wiv.0 for ; Wed, 19 Nov 2014 08:15:12 -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=pUoYl4Ho06IfU2sJ5olbDpxbeUarmcOpXpKYYe+e3Bo=; b=tyki2MTrO9IXdO8yY89nfNWLSlYphnOW0x3lKduDyqZdIeHsCtH809CeRPlvcZ8w/d jEQ/W1B1Qud/2cW8/WGtdWqMq2AhXgQutXoOE0qNLnghkDr00j3oItJ8aANckbD7keE4 qkMItvVmc3YNfq/5MxVis2+A4gO0R1O29QDT+TVlGRLa9krFKM0R3ixJhDG6otmL4sq+ waLdxcsmLzPf38kzyKYYvFifpBflZcQX54DTUARI/36hfV/AH5Au98U/nLSPbwcfuXWg ZAHI8/iccOBqycYfkY2HBPVEEWQaJ7I6MMcBHFTs4HaX+mLyrBdc5F/BDoG3A5oWwRjN qxug== MIME-Version: 1.0 X-Received: by 10.194.47.226 with SMTP id g2mr58648057wjn.68.1416413704055; Wed, 19 Nov 2014 08:15:04 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.216.106.136 with HTTP; Wed, 19 Nov 2014 08:15:03 -0800 (PST) In-Reply-To: <546C7C41.70407@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> Date: Wed, 19 Nov 2014 08:15:03 -0800 X-Google-Sender-Auth: ESR2b8r4EW9TfqKBzaZDKj1YRzA 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 16:15:14 -0000 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? -adrian