public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
From: Andrew Vasquez <andrew.vasquez@qlogic.com>
To: Linux SCSI Mailing List <linux-scsi@vger.kernel.org>,
	James Bottomley <james.bottomley@steeleye.com>
Cc: Andrew Vasquez <andrew.vasquez@qlogic.com>,
	Seokmann Ju <seokmann.ju@qlogic.com>
Subject: [PATCH 0/14] qla2xxx: updates for 2.6.24 [8.02.00-k7].
Date: Thu, 17 Jan 2008 08:59:40 -0800	[thread overview]
Message-ID: <20080117165940.GA19033@plap3.qlogic.org> (raw)

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

             reply	other threads:[~2008-01-17 16:59 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-17 16:59 Andrew Vasquez [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080117165940.GA19033@plap3.qlogic.org \
    --to=andrew.vasquez@qlogic.com \
    --cc=james.bottomley@steeleye.com \
    --cc=linux-scsi@vger.kernel.org \
    --cc=seokmann.ju@qlogic.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox