[SCSI] lpfc 8.3.0 : Fix issue with assumed Interrupt Enable Block support
authorJames Smart <James.Smart@Emulex.Com>
Fri, 5 Dec 2008 03:39:23 +0000 (22:39 -0500)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Mon, 29 Dec 2008 17:24:26 +0000 (11:24 -0600)
commit8f34f4cea3234ae347c4b0ffa302ffb85f140838
treeb8e1393bc13d0f42770c807c5cdea4de9039bc93
parent97207482fcdd120a60a44e9eb6bbad8da6f81c9d
[SCSI] lpfc 8.3.0 : Fix issue with assumed Interrupt Enable Block support

The phba hbq_get address was setup before the HBA reported support for
Interrupt Enable Block (INB).  This caused loopback tests to fail
after all HBQs had been used once.  Moved setting of hba_get until
after config port mailbox command completes.

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