mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 18:40:57 +07:00
[SCSI] qla4xxx: put device in FAILED state for 82XX initialization failure
Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com> Signed-off-by: Lalit Chandivade <lalit.chandivade@qlogic.com> Signed-off-by: Ravi Anand <ravi.anand@qlogic.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
This commit is contained in:
parent
e6b07df8b0
commit
fe998527e3
@ -1721,6 +1721,14 @@ static int __devinit qla4xxx_probe_adapter(struct pci_dev *pdev,
|
|||||||
if (!test_bit(AF_ONLINE, &ha->flags)) {
|
if (!test_bit(AF_ONLINE, &ha->flags)) {
|
||||||
ql4_printk(KERN_WARNING, ha, "Failed to initialize adapter\n");
|
ql4_printk(KERN_WARNING, ha, "Failed to initialize adapter\n");
|
||||||
|
|
||||||
|
if (is_qla8022(ha) && ql4xdontresethba) {
|
||||||
|
/* Put the device in failed state. */
|
||||||
|
DEBUG2(printk(KERN_ERR "HW STATE: FAILED\n"));
|
||||||
|
qla4_8xxx_idc_lock(ha);
|
||||||
|
qla4_8xxx_wr_32(ha, QLA82XX_CRB_DEV_STATE,
|
||||||
|
QLA82XX_DEV_FAILED);
|
||||||
|
qla4_8xxx_idc_unlock(ha);
|
||||||
|
}
|
||||||
ret = -ENODEV;
|
ret = -ENODEV;
|
||||||
goto probe_failed;
|
goto probe_failed;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user