Vasily Averin dce200670d [SCSI] aic7xxx: reset handler selects a wrong command
To transport scsi reset command to device aic7xxx reset handler looks
at the driver's pending_list and searches any proper command. However
the search condition has been inverted: ahc_match_scb() returns TRUE
if a matched command is found. As a result the reset on required
devices did not turn out well, a correctly working neighbour device
may be surprised by the reset. aic7xxx reset handler reports about the
success, but really the original situation is not corrected yet.

Signed-off-by: Vasily Averin <vvs@sw.ru>

Naturally, there's a corresponding problem in the aic79xx driver, so
I've also added the same fix for that.

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
2005-11-28 12:28:26 -06:00
..
2005-07-11 12:47:47 -05:00
2005-09-04 19:46:07 -05:00
2005-08-15 09:18:55 -05:00
2005-09-04 19:46:07 -05:00
2005-08-15 09:18:55 -05:00
2005-08-12 12:28:10 -05:00
2005-09-04 19:46:07 -05:00
2005-09-04 19:46:07 -05:00