|
@@ -2112,6 +2112,13 @@ void qla4_8xxx_watchdog(struct scsi_qla_host *ha)
|
|
|
halt_status = qla4_8xxx_rd_32(ha,
|
|
|
QLA82XX_PEG_HALT_STATUS1);
|
|
|
|
|
|
+ if (LSW(MSB(halt_status)) == 0x67)
|
|
|
+ ql4_printk(KERN_ERR, ha, "%s:"
|
|
|
+ " Firmware aborted with"
|
|
|
+ " error code 0x00006700."
|
|
|
+ " Device is being reset\n",
|
|
|
+ __func__);
|
|
|
+
|
|
|
/* Since we cannot change dev_state in interrupt
|
|
|
* context, set appropriate DPC flag then wakeup
|
|
|
* DPC */
|