Skip to content

Commit

Permalink
[SCSI] ESP: Increase ESP_BUS_TIMEOUT to 275.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David Miller authored and James Bottomley committed Jul 21, 2007
1 parent 110dd8f commit d73f522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/esp_scsi.h
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
#define ESP_BUSID_RESELID 0x10
#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_NEG_DEFP(mhz, cfact) \
((ESP_BUS_TIMEOUT * ((mhz) / 1000)) / (8192 * (cfact)))
Expand Down

0 comments on commit d73f522

Please sign in to comment.