Another round of updates/fixes for 2.6.30. -- Andrew Vasquez (7): qla2xxx: Export additional FCoE attributes for application support. qla2xxx: Correct compilation failures when DEBUG'n' options are enabled. qla2xxx: Correct typo in read_nvram() callback. qla2xxx: Restrict model-name/description device-table usage. qla2xxx: Don't try to 'stop' firmware if already in ROM code. qla2xxx: Add an override option to specify ISP firmware load semantics. qla2xxx: Update version number to 8.03.01-k2. Anirban Chakraborty (4): qla2xxx: Add QoS support. qla2xxx: Add CPU affinity support. qla2xxx: Remove reference to request queue from scsi request block. qla2xxx: Use port number to compute nvram/vpd parameter offsets. Harish Zunjarrao (1): qla2xxx: Correct hard-coded address of a second-port's NVRAM. Joe Carnuccio (1): qla2xxx: Perform an implicit login to the Management Server. Michael Reed (1): qla2xxx: Conditionally disable automatic queue full tracking. Seokmann Ju (1): qla2xxx: Correct bus-reset behaviour with recent ISPs. drivers/scsi/qla2xxx/qla_attr.c | 81 ++++++++++--- drivers/scsi/qla2xxx/qla_dbg.c | 7 +- drivers/scsi/qla2xxx/qla_def.h | 34 ++++-- drivers/scsi/qla2xxx/qla_fw.h | 2 +- drivers/scsi/qla2xxx/qla_gbl.h | 29 +++-- drivers/scsi/qla2xxx/qla_gs.c | 2 +- drivers/scsi/qla2xxx/qla_init.c | 90 +++++++++------ drivers/scsi/qla2xxx/qla_iocb.c | 59 +++++---- drivers/scsi/qla2xxx/qla_isr.c | 236 ++++++++++++++++-------------------- drivers/scsi/qla2xxx/qla_mbx.c | 90 ++++++++++----- drivers/scsi/qla2xxx/qla_mid.c | 118 +++++++++---------- drivers/scsi/qla2xxx/qla_os.c | 233 ++++++++++++++++++++++++++---------- drivers/scsi/qla2xxx/qla_sup.c | 38 +++--- drivers/scsi/qla2xxx/qla_version.h | 2 +- 14 files changed, 611 insertions(+), 410 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