This patchset updates the qla2xxx driver to 8.02.00-k7. drivers/scsi/qla2xxx/Makefile | 2 +- drivers/scsi/qla2xxx/qla_attr.c | 52 +++-- drivers/scsi/qla2xxx/qla_dbg.c | 37 ++-- drivers/scsi/qla2xxx/qla_dbg.h | 19 ++ drivers/scsi/qla2xxx/qla_def.h | 42 +++-- drivers/scsi/qla2xxx/qla_dfs.c | 175 +++++++++++++++ drivers/scsi/qla2xxx/qla_fw.h | 14 ++ drivers/scsi/qla2xxx/qla_gbl.h | 51 ++--- drivers/scsi/qla2xxx/qla_init.c | 80 ++++++-- drivers/scsi/qla2xxx/qla_isr.c | 105 ++++----- drivers/scsi/qla2xxx/qla_mbx.c | 426 ++++++++++++------------------------ drivers/scsi/qla2xxx/qla_mid.c | 13 +- drivers/scsi/qla2xxx/qla_os.c | 80 +++----- drivers/scsi/qla2xxx/qla_sup.c | 18 +- drivers/scsi/qla2xxx/qla_version.h | 2 +- 15 files changed, 616 insertions(+), 500 deletions(-) here's the commits: - Consolidate duplicate sense-data handling codes. - Retrieve additional HBA port statistics from recent ISPs. - Fix for 32-bit platforms with 64-bit resources. - Wait for FLASH write-protection to complete after a write. - Restrict MSI/MSI-X enablement on select ISP2432-type HBAs. - Don't schedule the DPC routine to perform an issue-lip request. - Use completion routines. - Add a filter to compare port_name against the physical on vport creation. - Code cleanups. - Trace-Control naming cleanups. - Add Fibre Channel Event (FCE) tracing support. - Correct late-memset() of EFT buffer. - Issue correct MBC_INITIALIZE_FIRMWARE command. - Update version number to 8.02.00-k7. Regards, Andrew Vasquez QLogic Corporation - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html