Re: [PATCH 0/14] qla2xxx: updates for 2.6.24 [8.02.00-k7].

2008-01-17 Thread Andrew Vasquez
On Thu, 17 Jan 2008, James Bottomley wrote:

> On Thu, 2008-01-17 at 09:33 -0800, Andrew Vasquez wrote:
> > On Thu, 17 Jan 2008, Andrew Vasquez wrote:
> > 
> > > This patchset updates the qla2xxx driver to 8.02.00-k7.
> > ...
> > 
> > 
> > BTW:  Small typo in the subject, it's obvious these patches aren't for
> > 2.6.24, instead, meant for the next merge window of 2.6.25...
> 
> I was just about to ask about that.
> 
> Your patches are all unnumbered, which makes applying them a pain unless
> they're all independent; are they?

Cazzo!  No, sorry about that, there's some ordering required.  The
order should be:

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

I believe git-send-email adjusts the 'seconds' field in the 'Date'
header, so hopefully, your threaded email reader maintained the order.
If not, if you like, I can resend with the X/Y prefix.
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/14] qla2xxx: updates for 2.6.24 [8.02.00-k7].

2008-01-17 Thread James Bottomley

On Thu, 2008-01-17 at 09:33 -0800, Andrew Vasquez wrote:
> On Thu, 17 Jan 2008, Andrew Vasquez wrote:
> 
> > This patchset updates the qla2xxx driver to 8.02.00-k7.
> ...
> 
> 
> BTW:  Small typo in the subject, it's obvious these patches aren't for
> 2.6.24, instead, meant for the next merge window of 2.6.25...

I was just about to ask about that.

Your patches are all unnumbered, which makes applying them a pain unless
they're all independent; are they?

James


-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/14] qla2xxx: updates for 2.6.24 [8.02.00-k7].

2008-01-17 Thread Andrew Vasquez
On Thu, 17 Jan 2008, Andrew Vasquez wrote:

> This patchset updates the qla2xxx driver to 8.02.00-k7.
...


BTW:  Small typo in the subject, it's obvious these patches aren't for
2.6.24, instead, meant for the next merge window of 2.6.25...
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 0/14] qla2xxx: updates for 2.6.24 [8.02.00-k7].

2008-01-17 Thread Andrew Vasquez
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
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html