From: Linas Vepstas Date: Thu, 31 Aug 2006 21:27:52 +0000 (-0700) Subject: ixgb: Add PCI Error recovery callbacks X-Git-Tag: v2.6.19-rc1~1263^2~64^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01748fbb413d6f3b36c330544969d1d7254ee509;p=pandora-kernel.git ixgb: Add PCI Error recovery callbacks Adds PCI Error recovery callbacks to the Intel 10-gigabit ethernet ixgb device driver. Lightly tested, works. "Zhang, Yanmin" wrote: Both pci_disable_device and ixgb_down would access the device. It doesn't follow Documentation/pci-error-recovery.txt that error_detected shouldn't do any access to the device. Signed-off-by: Linas Vepstas Signed-off-by: Andrew Morton Signed-off-by: Auke Kok --- Reading git-diff-tree failed