|
@@ -697,6 +697,9 @@ int qla4xxx_start_firmware(struct scsi_qla_host *ha)
|
|
|
writel(set_rmask(CSR_SCSI_PROCESSOR_INTR),
|
|
|
&ha->reg->ctrl_status);
|
|
|
readl(&ha->reg->ctrl_status);
|
|
|
+ writel(set_rmask(CSR_SCSI_COMPLETION_INTR),
|
|
|
+ &ha->reg->ctrl_status);
|
|
|
+ readl(&ha->reg->ctrl_status);
|
|
|
spin_unlock_irqrestore(&ha->hardware_lock, flags);
|
|
|
if (qla4xxx_get_firmware_state(ha) == QLA_SUCCESS) {
|
|
|
DEBUG2(printk("scsi%ld: %s: Get firmware "
|