]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[SCSI] qla2xxx: Do PCI fundamental reset for ISP83xx
authorJoe Carnuccio <joe.carnuccio@qlogic.com>
Wed, 22 Aug 2012 18:21:20 +0000 (14:21 -0400)
committerJames Bottomley <JBottomley@Parallels.com>
Mon, 17 Sep 2012 12:33:55 +0000 (13:33 +0100)
On ISP83xx cards perform a fundamental reset instead of hot reset.

Signed-off-by: Joe Carnuccio <joe.carnuccio@qlogic.com>
Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/qla2xxx/qla_os.c

index d3f71ccd88a7d8bc92e2e9287c855c68fd5c71c7..2c95468e9f2a2959b40b02b90b87463d594561e2 100644 (file)
@@ -2209,7 +2209,8 @@ qla2x00_probe_one(struct pci_dev *pdev, const struct pci_device_id *id)
        qla2x00_set_isp_flags(ha);
 
        /* Set EEH reset type to fundamental if required by hba */
-       if (IS_QLA24XX(ha) || IS_QLA25XX(ha) || IS_QLA81XX(ha))
+       if (IS_QLA24XX(ha) || IS_QLA25XX(ha) || IS_QLA81XX(ha) ||
+           IS_QLA83XX(ha))
                pdev->needs_freset = 1;
 
        ha->prev_topology = 0;