linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BK PATCH] another SCSI update for 2.6.4
@ 2004-03-14  5:58 James Bottomley
  0 siblings, 0 replies; only message in thread
From: James Bottomley @ 2004-03-14  5:58 UTC (permalink / raw)
  To: Andrew Morton, Linus Torvalds; +Cc: Linux Kernel, SCSI Mailing List

The main reason for this one is to pick up the oops on removal USB bug
that was triggered by an error in the transport class removal routines.

The patch is available from

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

The short changelog is:

James Bottomley:
  o Add Domain Validation to 53c700 driver
  o Fix removable USB drive oops
  o Add Domain Validation to the SPI transport class
  o update the 53c700 use of transport attributes
  o more SPI transport attribute updates
  o add device quiescing to the SCSI API
  o MPT Fusion driver 3.01.01 update

Mark Haverkamp:
  o add adapter support to aacraid driver (update)
  o aacraid driver patch

Matthew Wilcox:
  o sym2 2.1.18i


The diffstats are:

 Documentation/scsi/sym53c8xx_2.txt   |    4 
 drivers/message/fusion/mptbase.h     |    4 
 drivers/message/fusion/mptscsih.c    |   49 ++--
 drivers/scsi/53c700.c                |   33 ++
 drivers/scsi/aacraid/linit.c         |   12 -
 drivers/scsi/aacraid/rkt.c           |    1 
 drivers/scsi/aacraid/rx.c            |    1 
 drivers/scsi/aacraid/sa.c            |    1 
 drivers/scsi/scsi.c                  |    2 
 drivers/scsi/scsi_lib.c              |  107 ++++++++
 drivers/scsi/scsi_scan.c             |    4 
 drivers/scsi/scsi_sysfs.c            |   22 +
 drivers/scsi/scsi_transport_spi.c    |  417
+++++++++++++++++++++++++++++++++--
 drivers/scsi/sym53c8xx_2/sym53c8xx.h |    7 
 drivers/scsi/sym53c8xx_2/sym_defs.h  |  129 ----------
 drivers/scsi/sym53c8xx_2/sym_fw.c    |   12 -
 drivers/scsi/sym53c8xx_2/sym_glue.c  |  138 ++++-------
 drivers/scsi/sym53c8xx_2/sym_glue.h  |   29 +-
 drivers/scsi/sym53c8xx_2/sym_hipd.c  |   21 -
 drivers/scsi/sym53c8xx_2/sym_hipd.h  |   54 ----
 drivers/scsi/sym53c8xx_2/sym_misc.c  |    3 
 drivers/scsi/sym53c8xx_2/sym_misc.h  |   91 -------
 drivers/scsi/sym53c8xx_2/sym_nvram.c |   64 ++++-
 drivers/scsi/sym53c8xx_2/sym_nvram.h |  216 ++++++++++++++++++
 include/scsi/scsi_device.h           |    9 
 include/scsi/scsi_transport_spi.h    |   33 ++
 26 files changed, 997 insertions(+), 466 deletions(-)

James



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-03-14  5:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-14  5:58 [BK PATCH] another SCSI update for 2.6.4 James Bottomley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).