From: Andrew Vasquez <andrew.vasquez@qlogic.com>
To: James Bottomley <james.bottomley@steeleye.com>
Cc: Linux SCSI Mailing List <linux-scsi@vger.kernel.org>,
Seokmann Ju <seokmann.ju@qlogic.com>
Subject: [PATCH 0/9] qla2xxx: updates for 2.6.23 [8.02.00-k2].
Date: Thu, 19 Jul 2007 15:04:56 -0700 [thread overview]
Message-ID: <20070719220456.GK4015@plap.qlogic.org> (raw)
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
next reply other threads:[~2007-07-19 22:06 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-19 22:04 Andrew Vasquez [this message]
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
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=20070719220456.GK4015@plap.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