]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] lpfc 8.2.6 : PCI Parity and EEH handling fixes
authorJames Smart <James.Smart@Emulex.Com>
Mon, 7 Apr 2008 14:16:00 +0000 (10:16 -0400)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Thu, 10 Apr 2008 12:52:36 +0000 (07:52 -0500)
commit45c63674e161e6930718a8029048aacca452d7d8
treeb6a2d07f0f441911c4f7d7580770c23f90c5167e
parente6da2e78aa42a764099026172cb48eea14083e07
[SCSI] lpfc 8.2.6 : PCI Parity and EEH handling fixes

PCI Parity and EEH handling Fixes:
- Under a PCI Data Parity Error, remove a completion routine callback that
  was on a command that we had already failed and released.
- Under PCI parity error, we were not reinstalling the interrupt handler
  in the slot_reset callback, so we never became functional again.

Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/lpfc/lpfc_init.c
drivers/scsi/lpfc/lpfc_sli.c