]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] 2.6.xx: sata_mv: another critical fix
authorMark Lord <lkml@rtr.ca>
Wed, 22 Mar 2006 02:05:32 +0000 (21:05 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 28 Mar 2006 06:47:29 +0000 (22:47 -0800)
commit65851bbf2ab375b4c00f4571dfb5c1003625c12f
tree456160697d0a03710fe9c995107ba3cc00077f39
parent6079ca923de842e173b943b96c2fa3034826c68f
[PATCH] 2.6.xx: sata_mv: another critical fix

This patch addresses a number of weird behaviours observed
for the sata_mv driver, by fixing an "off by one" bug in processing
of the EDMA response queue.

Basically, sata_mv was looking in the wrong place for
command results, and this produced a lot of unpredictable behaviour.

Signed-off-by: Mark Lord <mlord@pobox.com>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/scsi/sata_mv.c