Commit d73f5222 authored by David Miller's avatar David Miller Committed by James Bottomley

[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: default avatarDavid S. Miller <davem@davemloft.net>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 110dd8f1
...@@ -220,7 +220,7 @@ ...@@ -220,7 +220,7 @@
#define ESP_BUSID_RESELID 0x10 #define ESP_BUSID_RESELID 0x10
#define ESP_BUSID_CTR32BIT 0x40 #define ESP_BUSID_CTR32BIT 0x40
#define ESP_BUS_TIMEOUT 250 /* In milli-seconds */ #define ESP_BUS_TIMEOUT 275 /* In milli-seconds */
#define ESP_TIMEO_CONST 8192 #define ESP_TIMEO_CONST 8192
#define ESP_NEG_DEFP(mhz, cfact) \ #define ESP_NEG_DEFP(mhz, cfact) \
((ESP_BUS_TIMEOUT * ((mhz) / 1000)) / (8192 * (cfact))) ((ESP_BUS_TIMEOUT * ((mhz) / 1000)) / (8192 * (cfact)))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment