]> www.infradead.org Git - users/jedix/linux-maple.git/commit
qla2xxx: Perform ROM mbx cmd access only after ISP soft-reset during f/w recovery.
authorSantosh Vernekar <santosh.vernekar@qlogic.com>
Mon, 2 Jul 2012 12:07:53 +0000 (05:07 -0700)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Mon, 23 Jul 2012 08:02:47 +0000 (01:02 -0700)
commit808942fcbfd419f4aa674d199140d3c5f441447c
treedbaf9b993ed50726238f962f781f33dd864a1f67
parent728797cdf25cf0a69d45772b4364f8074b497e3f
qla2xxx: Perform ROM mbx cmd access only after ISP soft-reset during f/w recovery.

Initial assumption by driver was that the ROM mbx cmds will be accessible
even when FCoE operational f/w is in reset recovery. However it seems that
in case of "ISP System error" (i.e. 0x8002) there is a period when the ISP
ISP is not operational and firmware waits in tight loop for either the driver
to take a dump or perform soft-reset. During this time none of the ROM mbx
cmds will get serviced by f/w.

Hence the patch makes sure driver sends mbx only after soft reset is complete.

JIRA Key: V2632FC-227
drivers/scsi/qla2xxx/qla_init.c