[SCSI] fusion: setting timeouts in eh threads appropiatley for fc/sas/spi
authorChristoph Hellwig <hch@infradead.org>
Tue, 17 Jan 2006 13:43:14 +0000 (13:43 +0000)
committerJames Bottomley <jejb@mulgrave.(none)>
Tue, 31 Jan 2006 20:39:54 +0000 (14:39 -0600)
commitd66c7a0f46ce53f1252e03fe372e39dc2dfff1ea
treeab84b802bd3b438f4b87aebb02b72aa195016d10
parent432b4c8b443af1b60cef7fcf90e8179cd8924f0a
[SCSI] fusion: setting timeouts in eh threads appropiatley for fc/sas/spi

On Mon, Jan 16, 2006 at 06:53:13PM -0700, Moore, Eric wrote:
> The task managment request timeout in the eh threads was set
> for U320 timing, which is between 2-5 seconds.
> This is too small for FC and SAS.
> According to the firmware engineers, Fibre needs to be 40 seconds
> and SAS needs to be 10 seconds.

The timeout selection should probably be done in a little helper instead
of duplicated in a few places.  Updated patch below.

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/message/fusion/mptscsih.c