2007-06-04 16:32:39

by James Bottomley

[permalink] [raw]
Subject: [GIT PATCH] SCSI fixes for 2.6.22-rc3

This is just a slew of assorted bug fixes for 2.6.22-rc3. The patch is
available here:

master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git

The short changelog is:

Bill Nottingham (1):
qla2xxx: fix timeout in qla2x00_down_timeout

David S. Miller (1):
JAZZ ESP and SUN ESP need SPI_ATTRS

Hugh Dickins (1):
fix CONFIG_SCSI_WAIT_SCAN=m

Michael Schmitz (1):
atari_NCR5380: update_timeout removal

Salyzyn, Mark (1):
aacraid: fix shutdown handler to also disable interrupts.


And the diffstat:

Kconfig | 2 ++
aacraid/linit.c | 22 ++++++++++++----------
atari_NCR5380.c | 44 ++------------------------------------------
qla2xxx/qla_os.c | 2 +-
scsi_scan.c | 9 +++++++++
5 files changed, 26 insertions(+), 53 deletions(-)

James