diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_init.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/scsi/qla2xxx/qla_init.c b/drivers/scsi/qla2xxx/qla_init.c index 24d2d195d3c6..cb6969320b47 100644 --- a/drivers/scsi/qla2xxx/qla_init.c +++ b/drivers/scsi/qla2xxx/qla_init.c | |||
@@ -5435,6 +5435,13 @@ qla82xx_restart_isp(scsi_qla_host_t *vha) | |||
5435 | ha->isp_abort_cnt = 0; | 5435 | ha->isp_abort_cnt = 0; |
5436 | clear_bit(ISP_ABORT_RETRY, &vha->dpc_flags); | 5436 | clear_bit(ISP_ABORT_RETRY, &vha->dpc_flags); |
5437 | 5437 | ||
5438 | /* Update the firmware version */ | ||
5439 | qla2x00_get_fw_version(vha, &ha->fw_major_version, | ||
5440 | &ha->fw_minor_version, &ha->fw_subminor_version, | ||
5441 | &ha->fw_attributes, &ha->fw_memory_size, | ||
5442 | ha->mpi_version, &ha->mpi_capabilities, | ||
5443 | ha->phy_version); | ||
5444 | |||
5438 | if (ha->fce) { | 5445 | if (ha->fce) { |
5439 | ha->flags.fce_enabled = 1; | 5446 | ha->flags.fce_enabled = 1; |
5440 | memset(ha->fce, 0, | 5447 | memset(ha->fce, 0, |