Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/scsi/aic7xxx
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
..
aicasm
aic7xxx.h
aic7xxx.reg
aic7xxx.seq
aic7xxx_93cx6.c
aic7xxx_93cx6.h
aic7xxx_core.c
aic7xxx_inline.h
aic7xxx_osm.c [SCSI] aic7xxx: reset handler selects a wrong command 2005-11-28 12:28:26 -06:00
aic7xxx_osm.h [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason 2005-11-09 07:55:57 -08:00
aic7xxx_osm_pci.c [SCSI] aic7xxx/aic79xx: fix module removal path not to panic 2005-10-02 15:32:25 -05:00
aic7xxx_pci.c
aic7xxx_pci.h
aic7xxx_proc.c [SCSI] aic7xxx: remove aiclib.c 2005-09-04 19:46:07 -05:00
aic7xxx_reg.h_shipped
aic7xxx_reg_print.c_shipped
aic7xxx_seq.h_shipped
aic79xx.h [SCSI] aic79xx: sane pci probing 2005-08-15 09:18:55 -05:00
aic79xx.reg
aic79xx.seq
aic79xx_core.c [SCSI] aic79xx: sane pci probing 2005-08-15 09:18:55 -05:00
aic79xx_inline.h
aic79xx_osm.c [SCSI] aic7xxx: reset handler selects a wrong command 2005-11-28 12:28:26 -06:00
aic79xx_osm.h [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason 2005-11-09 07:55:57 -08:00
aic79xx_osm_pci.c [SCSI] aic7xxx/aic79xx: fix module removal path not to panic 2005-10-02 15:32:25 -05:00
aic79xx_pci.c [SCSI] aic79xx: sane pci probing 2005-08-15 09:18:55 -05:00
aic79xx_pci.h
aic79xx_proc.c [SCSI] aic7xxx: remove aiclib.c 2005-09-04 19:46:07 -05:00
aic79xx_reg.h_shipped
aic79xx_reg_print.c_shipped
aic79xx_seq.h_shipped
aic7770.c [SCSI] fix warning in aic7770.c 2005-08-12 12:28:10 -05:00
aic7770_osm.c [SCSI] aic7xxx/aic79xx: fix module removal path not to panic 2005-10-02 15:32:25 -05:00
aiclib.c [SCSI] aic7xxx: remove aiclib.c 2005-09-04 19:46:07 -05:00
aiclib.h [SCSI] aic7xxx: remove aiclib.c 2005-09-04 19:46:07 -05:00
cam.h
Kconfig.aic7xxx
Kconfig.aic79xx [SCSI] aic79xx: needs to select SPI_TRANSPORT_ATTRS 2005-08-07 09:34:29 -05:00
Makefile
queue.h
scsi_iu.h
scsi_message.h