This patchset updates the qla2xxx driver to 8.02.01-k1 drivers/scsi/qla2xxx/Kconfig | 3 +- drivers/scsi/qla2xxx/qla_attr.c | 36 +++- drivers/scsi/qla2xxx/qla_dbg.c | 124 +---------- drivers/scsi/qla2xxx/qla_dbg.h | 23 +-- drivers/scsi/qla2xxx/qla_def.h | 78 ++++++- drivers/scsi/qla2xxx/qla_dfs.c | 2 +- drivers/scsi/qla2xxx/qla_fw.h | 173 ++++++++++++++- drivers/scsi/qla2xxx/qla_gbl.h | 33 ++- drivers/scsi/qla2xxx/qla_gs.c | 16 +- drivers/scsi/qla2xxx/qla_init.c | 192 +++++++++++----- drivers/scsi/qla2xxx/qla_inline.h | 87 +------- drivers/scsi/qla2xxx/qla_iocb.c | 5 +- drivers/scsi/qla2xxx/qla_isr.c | 223 ++++++++---------- drivers/scsi/qla2xxx/qla_mbx.c | 318 +++++++++++++++++++------- drivers/scsi/qla2xxx/qla_mid.c | 30 +-- drivers/scsi/qla2xxx/qla_os.c | 443 +++++++++++++++++------------------ drivers/scsi/qla2xxx/qla_settings.h | 16 +-- drivers/scsi/qla2xxx/qla_sup.c | 315 ++++++++++++++++++++----- drivers/scsi/qla2xxx/qla_version.h | 6 +- 19 files changed, 1266 insertions(+), 857 deletions(-) here's the commits: - Update firmware filenames for new ISP parts. - Update copyright banner. - Add support for host supported speeds FC transport attribute. - Remove unused and obsolete #define's. - Use an rport's scsi_target_id member consistently throughout driver. - Simplify interrupt handler locking. - Add FC-transport Asynchronous Event Notification support. - Add hardware trace-logging support. - Cruft cleanup of functions and structures. - Use PCI-SIG nomenclature for PCIe bandwidth units. - Add Flash Descriptor Table layout support. - Check alternate 'reason' code during GPSC status handling. - Add midlayer target/device reset support. - Assign mailbox command timeout values in a consistent manner. - Add ISP84XX support. - Remove unused member (dma_handle) from srb_t structure. - Consistently access the physical HA port. - Check DFLG_NO_CABLE only on physical port. - Use proper HA during asynchrounous event handling. - Correct vport configuration-change handling. - Update version number to 8.02.01-k1. 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