Hi James, Please apply the following patches to scsi-misc for inclusion in a future mainline release at the earliest convenient opportunity. Thanks, Chad Chad Dupuis (2): qla2xxx: Enable write permission to some debug related module parameters to be changed dynamically. qla2xxx: Fix "active_mask" may be used uninitialized warning. Giridhar Malavali (2): qla2xxx: Add support for ISP82xx to capture dump (minidump) on failure. qla2xxx: Issue mailbox command only when firmware hung bit is reset for ISP82xx. Joe Carnuccio (3): qla2xxx: Correction to sysfs edc interface. qla2xxx: Provide method for updating I2C attached VPD. qla2xxx: Return sysfs error codes appropriate to conditions. Saurav Kashyap (5): qla2xxx: Implemeted beacon on/off for ISP82XX. qla2xxx: Prevent CPU lockups when "ql2xdontresethba" module param is set. qla2xxx: check for marker IOCB during response queue processing. qla2xxx: Fix array out of bound warning. qla2xxx: During loopdown perform Diagnostic loopback. drivers/scsi/qla2xxx/qla_attr.c | 111 +++-- drivers/scsi/qla2xxx/qla_bsg.c | 152 ++++++ drivers/scsi/qla2xxx/qla_bsg.h | 42 ++ drivers/scsi/qla2xxx/qla_dbg.c | 6 +- drivers/scsi/qla2xxx/qla_def.h | 9 +- drivers/scsi/qla2xxx/qla_gbl.h | 18 + drivers/scsi/qla2xxx/qla_init.c | 36 +- drivers/scsi/qla2xxx/qla_isr.c | 5 + drivers/scsi/qla2xxx/qla_mbx.c | 127 +++++ drivers/scsi/qla2xxx/qla_nx.c | 971 +++++++++++++++++++++++++++++++++++++-- drivers/scsi/qla2xxx/qla_nx.h | 255 ++++++++++- drivers/scsi/qla2xxx/qla_os.c | 46 ++- 12 files changed, 1672 insertions(+), 106 deletions(-) -- 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