Here's the first round of updates/fixes for 2.6.27. drivers/scsi/qla2xxx/qla_attr.c | 69 +++++++++++++------ drivers/scsi/qla2xxx/qla_dbg.c | 2 +- drivers/scsi/qla2xxx/qla_def.h | 12 ++- drivers/scsi/qla2xxx/qla_gbl.h | 5 +- drivers/scsi/qla2xxx/qla_gs.c | 6 ++ drivers/scsi/qla2xxx/qla_init.c | 126 ++++++++++++++++++++---------------- drivers/scsi/qla2xxx/qla_iocb.c | 23 ++++--- drivers/scsi/qla2xxx/qla_isr.c | 4 - drivers/scsi/qla2xxx/qla_mbx.c | 12 ++- drivers/scsi/qla2xxx/qla_mid.c | 15 ++--- drivers/scsi/qla2xxx/qla_os.c | 86 +++++++++++++++--------- drivers/scsi/qla2xxx/qla_sup.c | 48 +++++++++++++- drivers/scsi/qla2xxx/qla_version.h | 2 +- 13 files changed, 261 insertions(+), 149 deletions(-) here's the commits: - Correct locking during NVRAM manipulation. - Add dev_loss_tmo_callbk/terminate_rport_io callback support. - Set an rport's dev_loss_tmo value in a consistent manner. - Track total number of ISP aborts. - Add LIP count to FC-transport statistics. - Cleanup NPIV related functions - Allow the user the option of disabling iIDMA. - Retrieve board serial-number and description from VPD. - Swap enablement order of EFT and FCE. - Always aquire the parent's hardware_lock. - Correct fcport state-management during loss. - Correct vport management of MBA_PORT_UPDATE. - Correct rport/fcport visibility-state handling during loop-resync. - Skip FDMI registration on ISP21xx/22xx parts. - Correct overflow during dump-processing on large-memory ISP23xx parts. - Verify the RISC is not in ROM code if firmware-load is disabled. - Don't hardcode fw_transfer_size for ISP2[45]xx parts. - Update version number to 8.02.01-k5. 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