public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] qla2xxx: updates for 2.6.23 [8.02.00-k2].
@ 2007-07-19 22:04 Andrew Vasquez
  2007-07-19 22:05 ` [PATCH 1/9] qla2xxx: Generalize FW-Interface-2 support Andrew Vasquez
                   ` (8 more replies)
  0 siblings, 9 replies; 17+ messages in thread
From: Andrew Vasquez @ 2007-07-19 22:04 UTC (permalink / raw)
  To: James Bottomley; +Cc: Linux SCSI Mailing List, Seokmann Ju

This patchset updates the qla2xxx driver to 8.02.00-k2.

 drivers/scsi/qla2xxx/qla_attr.c    |   33 +-
 drivers/scsi/qla2xxx/qla_dbg.c     |  919 ++++++++++++++++++++++++++++++++----
 drivers/scsi/qla2xxx/qla_dbg.h     |   38 ++
 drivers/scsi/qla2xxx/qla_def.h     |   22 +-
 drivers/scsi/qla2xxx/qla_fw.h      |   28 +-
 drivers/scsi/qla2xxx/qla_gbl.h     |    6 +
 drivers/scsi/qla2xxx/qla_gs.c      |   82 ++--
 drivers/scsi/qla2xxx/qla_init.c    |  136 +++---
 drivers/scsi/qla2xxx/qla_inline.h  |    4 +-
 drivers/scsi/qla2xxx/qla_iocb.c    |   10 +-
 drivers/scsi/qla2xxx/qla_isr.c     |   55 ++-
 drivers/scsi/qla2xxx/qla_mbx.c     |   58 ++--
 drivers/scsi/qla2xxx/qla_os.c      |  380 ++++++++++------
 drivers/scsi/qla2xxx/qla_sup.c     |   35 ++-
 drivers/scsi/qla2xxx/qla_version.h |    2 +-
 15 files changed, 1416 insertions(+), 392 deletions(-)

The bulk of the updates are infrastructure changes to support new ISP
parts (namely ISP25xx, our 8Gb product).  Actual ISP25xx additions are
relatively minor.

here's the commits:

- Generalize FW-Interface-2 support.
- Generalize iIDMA support.
- Correct setting of 'current' and 'supported' speeds during FDMI registration.
- Validate mid-layer 'underflow' during check-condition handling.
- Re-factor isp_operations to static structures.
- Use PCI-X/PCI-Express read control interfaces.
- Use pci_try_set_mwi().
- Add ISP25XX support.
- Update version number to 8.02.00-k2.


Regards,
Andrew Vasquez
QLogic Corporation

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

end of thread, other threads:[~2007-07-23  0:27 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-19 22:04 [PATCH 0/9] qla2xxx: updates for 2.6.23 [8.02.00-k2] Andrew Vasquez
2007-07-19 22:05 ` [PATCH 1/9] qla2xxx: Generalize FW-Interface-2 support Andrew Vasquez
2007-07-19 22:05 ` [PATCH 2/9] qla2xxx: Generalize iIDMA support Andrew Vasquez
2007-07-19 22:05 ` [PATCH 3/9] qla2xxx: Correct setting of 'current' and 'supported' speeds during FDMI registration Andrew Vasquez
2007-07-19 22:05 ` [PATCH 4/9] qla2xxx: Validate mid-layer 'underflow' during check-condition handling Andrew Vasquez
2007-07-22 10:50   ` Boaz Harrosh
2007-07-22 13:42     ` James Bottomley
2007-07-22 14:28       ` Boaz Harrosh
2007-07-23  0:27         ` Andrew Vasquez
2007-07-19 22:06 ` [PATCH 5/9] qla2xxx: Re-factor isp_operations to static structures Andrew Vasquez
2007-07-19 22:06 ` [PATCH 6/9] qla2xxx: Use PCI-X/PCI-Express read control interfaces Andrew Vasquez
2007-07-19 22:06 ` [PATCH 7/9] qla2xxx: Use pci_try_set_mwi() Andrew Vasquez
2007-07-19 22:06 ` [PATCH 8/9] qla2xxx: Add ISP25XX support Andrew Vasquez
2007-07-19 22:53   ` James Bottomley
2007-07-20  0:08     ` Andrew Vasquez
2007-07-20  3:37     ` [PATCH 8/9 TAKE2] " Andrew Vasquez
2007-07-19 22:06 ` [PATCH 9/9] qla2xxx: Update version number to 8.02.00-k2 Andrew Vasquez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox