projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
110dd8f
)
[SCSI] ESP: Increase ESP_BUS_TIMEOUT to 275.
author
David Miller
<
[email protected]
>
Sat, 21 Jul 2007 00:32:45 +0000
(17:32 -0700)
committer
James Bottomley
<
[email protected]
>
Sat, 21 Jul 2007 00:35:38 +0000
(19:35 -0500)
This matches the original driver's value and seems to be
necessary for some disks on sun4c systems.
Reported by Mark Fortescue <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
Signed-off-by: James Bottomley <
[email protected]
>
drivers/scsi/esp_scsi.h
patch
|
blob
|
history
diff --git
a/drivers/scsi/esp_scsi.h
b/drivers/scsi/esp_scsi.h
index d5576d54ce768f6e801e174c29f69901f36bc111..856e38b14861c6614bb72a81cc0a88a236e00db7 100644
(file)
--- a/
drivers/scsi/esp_scsi.h
+++ b/
drivers/scsi/esp_scsi.h
@@
-220,7
+220,7
@@
#define ESP_BUSID_RESELID 0x10
#define ESP_BUSID_CTR32BIT 0x40
-#define ESP_BUS_TIMEOUT 2
50
/* In milli-seconds */
+#define ESP_BUS_TIMEOUT 2
75
/* In milli-seconds */
#define ESP_TIMEO_CONST 8192
#define ESP_NEG_DEFP(mhz, cfact) \
((ESP_BUS_TIMEOUT * ((mhz) / 1000)) / (8192 * (cfact)))