public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/14] qla2xxx: updates for 2.6.24 [8.02.00-k7].
@ 2008-01-17 16:59 Andrew Vasquez
  2008-01-17 17:02 ` [PATCH] qla2xxx: Consolidate duplicate sense-data handling codes Andrew Vasquez
                   ` (14 more replies)
  0 siblings, 15 replies; 18+ messages in thread
From: Andrew Vasquez @ 2008-01-17 16:59 UTC (permalink / raw)
  To: Linux SCSI Mailing List, James Bottomley; +Cc: Andrew Vasquez, Seokmann Ju

This patchset updates the qla2xxx driver to 8.02.00-k7.

 drivers/scsi/qla2xxx/Makefile      |    2 +-
 drivers/scsi/qla2xxx/qla_attr.c    |   52 +++--
 drivers/scsi/qla2xxx/qla_dbg.c     |   37 ++--
 drivers/scsi/qla2xxx/qla_dbg.h     |   19 ++
 drivers/scsi/qla2xxx/qla_def.h     |   42 +++--
 drivers/scsi/qla2xxx/qla_dfs.c     |  175 +++++++++++++++
 drivers/scsi/qla2xxx/qla_fw.h      |   14 ++
 drivers/scsi/qla2xxx/qla_gbl.h     |   51 ++---
 drivers/scsi/qla2xxx/qla_init.c    |   80 ++++++--
 drivers/scsi/qla2xxx/qla_isr.c     |  105 ++++-----
 drivers/scsi/qla2xxx/qla_mbx.c     |  426 ++++++++++++------------------------
 drivers/scsi/qla2xxx/qla_mid.c     |   13 +-
 drivers/scsi/qla2xxx/qla_os.c      |   80 +++-----
 drivers/scsi/qla2xxx/qla_sup.c     |   18 +-
 drivers/scsi/qla2xxx/qla_version.h |    2 +-
 15 files changed, 616 insertions(+), 500 deletions(-)

here's the commits:

- Consolidate duplicate sense-data handling codes.
- Retrieve additional HBA port statistics from recent ISPs.
- Fix for 32-bit platforms with 64-bit resources.
- Wait for FLASH write-protection to complete after a write.
- Restrict MSI/MSI-X enablement on select ISP2432-type HBAs.
- Don't schedule the DPC routine to perform an issue-lip request.
- Use completion routines.
- Add a filter to compare port_name against the physical on vport creation.
- Code cleanups.
- Trace-Control naming cleanups.
- Add Fibre Channel Event (FCE) tracing support.
- Correct late-memset() of EFT buffer.
- Issue correct MBC_INITIALIZE_FIRMWARE command.
- Update version number to 8.02.00-k7.

Regards,
Andrew Vasquez
QLogic Corporation

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

end of thread, other threads:[~2008-01-17 17:53 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-17 16:59 [PATCH 0/14] qla2xxx: updates for 2.6.24 [8.02.00-k7] Andrew Vasquez
2008-01-17 17:02 ` [PATCH] qla2xxx: Consolidate duplicate sense-data handling codes Andrew Vasquez
2008-01-17 17:02 ` [PATCH] qla2xxx: Retrieve additional HBA port statistics from recent ISPs Andrew Vasquez
2008-01-17 17:02 ` [PATCH] qla2xxx: Fix for 32-bit platforms with 64-bit resources Andrew Vasquez
2008-01-17 17:02 ` [PATCH] qla2xxx: Wait for FLASH write-protection to complete after a write Andrew Vasquez
2008-01-17 17:02 ` [PATCH] qla2xxx: Restrict MSI/MSI-X enablement on select ISP2432-type HBAs Andrew Vasquez
2008-01-17 17:02 ` [PATCH] qla2xxx: Don't schedule the DPC routine to perform an issue-lip request Andrew Vasquez
2008-01-17 17:02 ` [PATCH] qla2xxx: Use completion routines Andrew Vasquez
2008-01-17 17:02 ` [PATCH] qla2xxx: Add a filter to compare port_name against the physical on vport creation Andrew Vasquez
2008-01-17 17:02 ` [PATCH] qla2xxx: Code cleanups Andrew Vasquez
2008-01-17 17:02 ` [PATCH] qla2xxx: Trace-Control naming cleanups Andrew Vasquez
2008-01-17 17:02 ` [PATCH] qla2xxx: Add Fibre Channel Event (FCE) tracing support Andrew Vasquez
2008-01-17 17:02 ` [PATCH] qla2xxx: Correct late-memset() of EFT buffer Andrew Vasquez
2008-01-17 17:02 ` [PATCH] qla2xxx: Issue correct MBC_INITIALIZE_FIRMWARE command Andrew Vasquez
2008-01-17 17:02 ` [PATCH] qla2xxx: Update version number to 8.02.00-k7 Andrew Vasquez
2008-01-17 17:33 ` [PATCH 0/14] qla2xxx: updates for 2.6.24 [8.02.00-k7] Andrew Vasquez
2008-01-17 17:44   ` James Bottomley
2008-01-17 17:53     ` Andrew Vasquez

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