Adds in the array timeout adjustment removed by the '[PATCH] remove scsi_cmnd.eh_state' authored by Christoph Helwig. There are no issues with the sequence of the application of these patches. Signed-off-by: Mark Salyzyn aacraid@xxxxxxxxxxx Index: linux-2.6/drivers/scsi/dpt_i2o.c --- linux-2.6.orig/drivers/scsi/dpt_i2o.c Fri Jun 17 11:41:10 2005 +++ linux-2.6/drivers/scsi/dpt_i2o.c Mon Jun 20 08:59:35 2005 @@ -376,6 +376,8 @@ } else { scsi_adjust_queue_depth(device, 0, 1); } + if (device->type == TYPE_DISK) + device->timeout = TMOUT_SCSI * HZ; return 0; } Sincerely -- Mark Salyzyn - : send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html