commit | 8f34f4cea3234ae347c4b0ffa302ffb85f140838 | [log] [tgz] |
---|---|---|
author | James Smart <James.Smart@Emulex.Com> | Thu Dec 04 22:39:23 2008 -0500 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Mon Dec 29 11:24:26 2008 -0600 |
tree | b8e1393bc13d0f42770c807c5cdea4de9039bc93 | |
parent | 97207482fcdd120a60a44e9eb6bbad8da6f81c9d [diff] |
[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>