All of lore.kernel.org
 help / color / mirror / Atom feed
From: James Bottomley <James.Bottomley@steeleye.com>
To: Andrew Morton <akpm@osdl.org>, Linus Torvalds <torvalds@osdl.org>
Cc: SCSI Mailing List <linux-scsi@vger.kernel.org>,
	Linux Kernel <linux-kernel@vger.kernel.org>
Subject: [BK PATCH] SCSI updates for 2.6.6
Date: 10 May 2004 17:59:31 -0500	[thread overview]
Message-ID: <1084229974.1763.512.camel@mulgrave> (raw)

This is the latest set of assorted fixes, plus one new driver: the IBM
Power Raid (ipr).

The patch can be pulled from:

bk://linux-scsi.bkbits.net/scsi-for-linus-2.6

The short changelog is:

<aradford:amcc.com>:
  o 3ware driver update

<noodles:earth.li>:
  o Initio INI-9X00U/UW error handling in 2.6

<praka:users.sourceforge.net>:
  o qla2xxx set current state fixes

Alan Stern:
  o (as255) Handle Unit Attention during INQUIRY better

Andrew Morton:
  o aic7xxx deadlock fix
  o scsi_disk_release() warning fix

Andrew Vasquez:
  o qla2100 fabric fixes
  o [15/15] qla2xxx: Update driver version
  o [14/15] qla2xxx: Resync with latest released firmware -- 3.02.28
  o [13/15] qla2xxx: Misc. code scrubbing
  o [12/15] qla2xxx: RIO/ZIO fixes
  o [11/15] qla2xxx: /proc fixes
  o [10/15] qla2xxx: Use readX_relaxed
  o [9/15]  qla2xxx: Tape command handling fixes
  o [8/15]  qla2xxx: Volatile topology fixes
  o [7/15]  qla2xxx: Firmware options fixes
  o [6/15]  qla2xxx: LoopID downcast fix
  o [5/15]  qla2xxx: Debug messages during ISP abort
  o [4/15]  qla2xxx: PortID binding fixes
  o [3/15]  qla2xxx: 2100 request-q contraints
  o [2/15]  qla2xxx: Remove flash routines
  o [1/15]  qla2xxx: Firmware dump fixes

Aristeu Sergio Rozanski Filho:
  o qlogic_cs: use qlogicfas408 module
  o qlogicfas: split and create a new module
  o qlogicfas: kill horrible irq probing

Bob Tracy:
  o sym53c500_cs remove irq,ioport scsi attributes
  o sym53c500_cs PCMCIA SCSI driver (round 5)

Brian King:
  o Add IBM power RAID driver 2.0.6
  o Make SCSI timeout modifiable

Chris Wright:
  o Update aacraid MAINTAINERS entry

Christoph Hellwig:
  o mca_53c9x needs CONFIG_MCA_LEGACY
  o missing pci_set_master in megaraid
  o imm/ppa style police

Eric Dean Moore:
  o MPT Fusion driver 3.01.06 update
  o MPT Fusion add back FC909 support

Herbert Xu:
  o aic7xxx: fix oops whe hardware is not present

James Bottomley:
  o fix LLD module refcounting in sr.c
  o Add SCSI IPR PCI Ids to pci_ids.h
  o Fix errors in [PATCH] aic7xxx: fix oops whe hardware is not present
  o Cset exclude: jejb@mulgrave.(none)|ChangeSet|20040404150128|05866
  o aic7xxx: compile fix for EISA only case

Jeremy Higdon:
  o minor changes to qla1280 driver

Kai Mäkisara:
  o SCSI tape log message fixes

Kurt Garloff:
  o scsi: don't attach device if PQ indicates not connected

Mark Haverkamp:
  o aacraid reset handler fix

Michael Veeck:
  o (3/5) ncr53c8x: use kernel.h min/max
  o (4/5) nsp32 (ninja): use kernel.h min/max/ARRAY_SIZE
  o (2/5) aic7xyz_old: use kernel.h min/max/ARRAY_SIZE
  o (5/5) pcmcia/nsp: use kernel.h min/max/ARRAY_SIZE

Mike Anderson:
  o fix module unload problem in sd

Pavel Machek:
  o support swsusp for aic7xxx

James


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

WARNING: multiple messages have this Message-ID (diff)
From: James Bottomley <James.Bottomley@steeleye.com>
To: Andrew Morton <akpm@osdl.org>, Linus Torvalds <torvalds@osdl.org>
Cc: SCSI Mailing List <linux-scsi@vger.kernel.org>,
	Linux Kernel <linux-kernel@vger.kernel.org>
Subject: [BK PATCH] SCSI updates for 2.6.6
Date: 10 May 2004 17:59:31 -0500	[thread overview]
Message-ID: <1084229974.1763.512.camel@mulgrave> (raw)

This is the latest set of assorted fixes, plus one new driver: the IBM
Power Raid (ipr).

The patch can be pulled from:

bk://linux-scsi.bkbits.net/scsi-for-linus-2.6

The short changelog is:

<aradford:amcc.com>:
  o 3ware driver update

<noodles:earth.li>:
  o Initio INI-9X00U/UW error handling in 2.6

<praka:users.sourceforge.net>:
  o qla2xxx set current state fixes

Alan Stern:
  o (as255) Handle Unit Attention during INQUIRY better

Andrew Morton:
  o aic7xxx deadlock fix
  o scsi_disk_release() warning fix

Andrew Vasquez:
  o qla2100 fabric fixes
  o [15/15] qla2xxx: Update driver version
  o [14/15] qla2xxx: Resync with latest released firmware -- 3.02.28
  o [13/15] qla2xxx: Misc. code scrubbing
  o [12/15] qla2xxx: RIO/ZIO fixes
  o [11/15] qla2xxx: /proc fixes
  o [10/15] qla2xxx: Use readX_relaxed
  o [9/15]  qla2xxx: Tape command handling fixes
  o [8/15]  qla2xxx: Volatile topology fixes
  o [7/15]  qla2xxx: Firmware options fixes
  o [6/15]  qla2xxx: LoopID downcast fix
  o [5/15]  qla2xxx: Debug messages during ISP abort
  o [4/15]  qla2xxx: PortID binding fixes
  o [3/15]  qla2xxx: 2100 request-q contraints
  o [2/15]  qla2xxx: Remove flash routines
  o [1/15]  qla2xxx: Firmware dump fixes

Aristeu Sergio Rozanski Filho:
  o qlogic_cs: use qlogicfas408 module
  o qlogicfas: split and create a new module
  o qlogicfas: kill horrible irq probing

Bob Tracy:
  o sym53c500_cs remove irq,ioport scsi attributes
  o sym53c500_cs PCMCIA SCSI driver (round 5)

Brian King:
  o Add IBM power RAID driver 2.0.6
  o Make SCSI timeout modifiable

Chris Wright:
  o Update aacraid MAINTAINERS entry

Christoph Hellwig:
  o mca_53c9x needs CONFIG_MCA_LEGACY
  o missing pci_set_master in megaraid
  o imm/ppa style police

Eric Dean Moore:
  o MPT Fusion driver 3.01.06 update
  o MPT Fusion add back FC909 support

Herbert Xu:
  o aic7xxx: fix oops whe hardware is not present

James Bottomley:
  o fix LLD module refcounting in sr.c
  o Add SCSI IPR PCI Ids to pci_ids.h
  o Fix errors in [PATCH] aic7xxx: fix oops whe hardware is not present
  o Cset exclude: jejb@mulgrave.(none)|ChangeSet|20040404150128|05866
  o aic7xxx: compile fix for EISA only case

Jeremy Higdon:
  o minor changes to qla1280 driver

Kai Mäkisara:
  o SCSI tape log message fixes

Kurt Garloff:
  o scsi: don't attach device if PQ indicates not connected

Mark Haverkamp:
  o aacraid reset handler fix

Michael Veeck:
  o (3/5) ncr53c8x: use kernel.h min/max
  o (4/5) nsp32 (ninja): use kernel.h min/max/ARRAY_SIZE
  o (2/5) aic7xyz_old: use kernel.h min/max/ARRAY_SIZE
  o (5/5) pcmcia/nsp: use kernel.h min/max/ARRAY_SIZE

Mike Anderson:
  o fix module unload problem in sd

Pavel Machek:
  o support swsusp for aic7xxx

James



             reply	other threads:[~2004-05-10 22:59 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-10 22:59 James Bottomley [this message]
2004-05-10 22:59 ` [BK PATCH] SCSI updates for 2.6.6 James Bottomley
2004-05-11 12:34 ` Kurt Garloff
2004-05-11 13:42   ` James Bottomley
2004-05-17 19:52     ` Kurt Garloff
2004-05-19 18:50       ` Kurt Garloff
2004-05-11 19:29 ` Guennadi Liakhovetski
2004-05-11 19:54   ` James Bottomley
2004-05-11 20:04     ` Christoph Hellwig
2004-05-11 20:37       ` Guennadi Liakhovetski
     [not found] <20040518184527.GC4859@tpkurt.garloff.de>
2004-05-18 19:47 ` Guennadi Liakhovetski
2004-05-18 20:38   ` James Bottomley
2004-05-21  1:06     ` Chiaki
2004-05-18 22:17   ` Matthew Wilcox

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=1084229974.1763.512.camel@mulgrave \
    --to=james.bottomley@steeleye.com \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=torvalds@osdl.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.