linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] qla2xxx: Drop pre 24xx target mode support
@ 2012-02-09  2:45 Nicholas A. Bellinger
  2012-02-09  2:45 ` [PATCH 1/2] qla2xxx: Drop legacy " Nicholas A. Bellinger
  2012-02-09  2:45 ` [PATCH 2/2] qla2xxx: Drop legacy target mode MODIFY_LUN_TYPE usage Nicholas A. Bellinger
  0 siblings, 2 replies; 3+ messages in thread
From: Nicholas A. Bellinger @ 2012-02-09  2:45 UTC (permalink / raw)
  To: target-devel, linux-scsi
  Cc: Andrew Vasquez, Giridhar Malavali, Arun Easi, Christoph Hellwig,
	Roland Dreier, Madhuranath Iyengar, Nicholas Bellinger

From: Nicholas Bellinger <nab@linux-iscsi.org>

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-02-09  2:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-09  2:45 [PATCH 0/2] qla2xxx: Drop pre 24xx target mode support Nicholas A. Bellinger
2012-02-09  2:45 ` [PATCH 1/2] qla2xxx: Drop legacy " Nicholas A. Bellinger
2012-02-09  2:45 ` [PATCH 2/2] qla2xxx: Drop legacy target mode MODIFY_LUN_TYPE usage Nicholas A. Bellinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).