[SCSI] ESP: Increase ESP_BUS_TIMEOUT to 275.

This matches the original driver's value and seems to be
necessary for some disks on sun4c systems.

Reported by Mark Fortescue <mark@mtfhpc.demon.co.uk>

Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

authored by David Miller and committed by James Bottomley d73f5222 110dd8f1

+1 -1
+1 -1
drivers/scsi/esp_scsi.h
··· 220 #define ESP_BUSID_RESELID 0x10 221 #define ESP_BUSID_CTR32BIT 0x40 222 223 - #define ESP_BUS_TIMEOUT 250 /* In milli-seconds */ 224 #define ESP_TIMEO_CONST 8192 225 #define ESP_NEG_DEFP(mhz, cfact) \ 226 ((ESP_BUS_TIMEOUT * ((mhz) / 1000)) / (8192 * (cfact)))
··· 220 #define ESP_BUSID_RESELID 0x10 221 #define ESP_BUSID_CTR32BIT 0x40 222 223 + #define ESP_BUS_TIMEOUT 275 /* In milli-seconds */ 224 #define ESP_TIMEO_CONST 8192 225 #define ESP_NEG_DEFP(mhz, cfact) \ 226 ((ESP_BUS_TIMEOUT * ((mhz) / 1000)) / (8192 * (cfact)))