[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)
commit9b37960523afb1b519b406dec4c4f3155b82b2ba
treeb6a2d07f0f441911c4f7d7580770c23f90c5167e
parent58da1ffb2b1234e9c6c75013a649c659cc38ebd4
[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