Index: linux-2.6/drivers/scsi/scsi_transport_spi.c =================================================================== --- linux-2.6.orig/drivers/scsi/scsi_transport_spi.c 2005-06-18 17:15:20.000000000 +0200 +++ linux-2.6/drivers/scsi/scsi_transport_spi.c 2005-06-18 17:35:35.000000000 +0200 @@ -106,8 +106,6 @@ return result; } -/* Modification of scsi_wait_req that will clear UNIT ATTENTION conditions - * resulting from (likely) bus and device resets */ static int spi_execute(struct scsi_device *sdev, const void *cmd, enum dma_data_direction dir, void *buffer, unsigned bufflen, @@ -117,8 +115,6 @@ unsigned char sense[SCSI_SENSE_BUFFERSIZE]; for(i = 0; i < DV_RETRIES; i++) { - - /* FIXME: need to set REQ_FAILFAST */ result = scsi_execute(sdev, cmd, dir, buffer, bufflen, sense, DV_TIMEOUT, /* retries */ 1, REQ_FAILFAST); - : 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