dect
/
linux-2.6
Archived
13
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/mvsas
Srinivas 9dc9fd9484 [SCSI] mvsas: fix hot plug handling and IO issues
This patch adds a bunch of fixes

1. Reduce sg table size to 64 (SG_MX) instead of default SG_ALL
2. clear task lists on phy down events
3. release all tasks on port deformation
4. release current task for device gone notification
5. Add sata abort handing
6. Add 10ms delay to each port reset (currently done serially and with
   interrupts disabled)

[jejb: whitespace fixes and clean ups plus added description
       added dummy 94xx_clear_srs_irq function just to prevent the
       mismatch in the mvs_dispatch structure killing 94xx cards]
Signed-off-by: Srinivas <satyasrinivasp@hcl.in>
Cc: Andy Yan <ayan@marvell.com>
Cc: qswang@marvell.com
Cc: jfeng@marvell.com
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
2010-04-11 14:44:01 -05:00
..
Kconfig [SCSI] mvsas: add support for 94xx; layout change; bug fixes 2009-05-20 17:21:12 -05:00
Makefile [SCSI] mvsas: add support for 94xx; layout change; bug fixes 2009-05-20 17:21:12 -05:00
mv_64xx.c [SCSI] mvsas: fix hot plug handling and IO issues 2010-04-11 14:44:01 -05:00
mv_64xx.h [SCSI] mvsas: add support for 94xx; layout change; bug fixes 2009-05-20 17:21:12 -05:00
mv_94xx.c [SCSI] mvsas: fix hot plug handling and IO issues 2010-04-11 14:44:01 -05:00
mv_94xx.h [SCSI] mvsas: add support for 94xx; layout change; bug fixes 2009-05-20 17:21:12 -05:00
mv_chips.h [SCSI] mvsas: add support for 94xx; layout change; bug fixes 2009-05-20 17:21:12 -05:00
mv_defs.h [SCSI] mvsas: Support Areca SAS/SATA HBA, ARC-1300/1320 2009-10-02 09:44:45 -05:00
mv_init.c [SCSI] mvsas: fix hot plug handling and IO issues 2010-04-11 14:44:01 -05:00
mv_sas.c [SCSI] mvsas: fix hot plug handling and IO issues 2010-04-11 14:44:01 -05:00
mv_sas.h [SCSI] mvsas: fix hot plug handling and IO issues 2010-04-11 14:44:01 -05:00