Re: [net-2.6 PATCH 4/5] e1000: return PCI_ERS_RESULT_DISCONNECT on permanent error
From: David Miller <davem@davemloft.net>
Date: 2009-07-01 02:53:53
From: David Miller <davem@davemloft.net>
Date: 2009-07-01 02:53:53
From: Jeff Kirsher <redacted> Date: Tue, 30 Jun 2009 15:46:13 -0700
From: Andre Detsch <redacted> PCI drivers that implement the io_error_detected callback should return PCI_ERS_RESULT_DISCONNECT if the state passed in is pci_channel_io_perm_failure. This state is not checked in many of the network drivers. The patch fixes the omission in the e1000 driver. Based on Mike Mason's similar patch for e1000e. Signed-off-by: Andre Detsch <redacted> CC: Mike Mason <redacted> Signed-off-by: Jeff Kirsher <redacted>
Applied.