From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [net-2.6 PATCH 1/3] NET/e1000: Fix powering off during shutdown Date: Thu, 16 Apr 2009 02:16:08 -0700 (PDT) Message-ID: <20090416.021608.188465821.davem@davemloft.net> References: <20090416034323.14634.30701.stgit@localhost.localdomain> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, gospo@redhat.com, rjw@sisk.pl To: jeffrey.t.kirsher@intel.com Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:44806 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1752249AbZDPJQT (ORCPT ); Thu, 16 Apr 2009 05:16:19 -0400 In-Reply-To: <20090416034323.14634.30701.stgit@localhost.localdomain> Sender: netdev-owner@vger.kernel.org List-ID: From: Jeff Kirsher Date: Wed, 15 Apr 2009 20:43:24 -0700 > Prevent e1000 from putting the adapter into D3 during shutdown except when > we're going to power off the system, since doing that may generally cause > problems with kexec to happen (such problems were observed for igb and > forcedeth). For this purpose seperate e1000_shutdown() from e1000_suspend() > and use the appropriate PCI PM callbacks in both of them. > > Signed-off-by: "Rafael J. Wysocki" > Signed-off-by: Jeff Kirsher Applied.