scsi: qla2xxx: Add a new v2 dport diagnostic feature
[linux-2.6-microblaze.git] / drivers / scsi / qla2xxx / qla_init.c
index 6070834..e4db1c1 100644 (file)
@@ -7208,6 +7208,9 @@ qla2x00_abort_isp(scsi_qla_host_t *vha)
        if (vha->flags.online) {
                qla2x00_abort_isp_cleanup(vha);
 
+               vha->dport_status |= DPORT_DIAG_CHIP_RESET_IN_PROGRESS;
+               vha->dport_status &= ~DPORT_DIAG_IN_PROGRESS;
+
                if (vha->hw->flags.port_isolated)
                        return status;