From: Nicholas Bellinger <nab@xxxxxxxxxxxxxxx> Hi Folks, The following is the first series to remove pre qla24xx (eg: legacy PCI-X) support for target mode operation in lio-core.git. This was requested by hch to help reduce complexity + total LOC for a future upstream merge. These changes have been in lio-core.git/master recently, and can use more testing to ensure we're not running into regressions. Also, there are still a number of cases where union isp2[x4] is used interchangeably in HW structure definitions that has been left in place for now in qla_target.[c,h] code. It would be helpful for the Qlogic Linux Team to comment on what they prefer here for follow existing qla2xxx LLD conventions. Thanks! --nab Nicholas Bellinger (2): qla2xxx: Drop legacy pre 24xx target mode support qla2xxx: Drop legacy target mode MODIFY_LUN_TYPE usage drivers/scsi/qla2xxx/qla_init.c | 9 - drivers/scsi/qla2xxx/qla_isr.c | 6 - drivers/scsi/qla2xxx/qla_mbx.c | 8 +- drivers/scsi/qla2xxx/qla_mid.c | 4 - drivers/scsi/qla2xxx/qla_target.c | 1285 +++++++++---------------------------- drivers/scsi/qla2xxx/qla_target.h | 163 ----- 6 files changed, 290 insertions(+), 1185 deletions(-) -- 1.7.2.5 -- 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