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:
603f202
)
[SCSI] ipr: increase dump size in ipr driver
author
[email protected]
<
[email protected]
>
Wed, 4 Dec 2013 21:22:47 +0000
(15:22 -0600)
committer
James Bottomley
<
[email protected]
>
Fri, 20 Dec 2013 04:56:29 +0000
(20:56 -0800)
To help debugging several new SAS controllers, increase the dump size in ipr
driver to 80MB.
Signed-off-by: Wen Xiong <
[email protected]
>
Acked-by: Brian King <
[email protected]
>
Signed-off-by: James Bottomley <
[email protected]
>
drivers/scsi/ipr.h
patch
|
blob
|
history
diff --git
a/drivers/scsi/ipr.h
b/drivers/scsi/ipr.h
index 1c33df2e16df89aee7d933f4b8df35e2baa6c8aa..9ce38a22647e7a842afe1ea96da1008f12b3baa6 100644
(file)
--- a/
drivers/scsi/ipr.h
+++ b/
drivers/scsi/ipr.h
@@
-301,7
+301,7
@@
IPR_PCII_NO_HOST_RRQ | IPR_PCII_IOARRIN_LOST | IPR_PCII_MMIO_ERROR)
* Dump literals
*/
#define IPR_FMT2_MAX_IOA_DUMP_SIZE (4 * 1024 * 1024)
-#define IPR_FMT3_MAX_IOA_DUMP_SIZE (
32
* 1024 * 1024)
+#define IPR_FMT3_MAX_IOA_DUMP_SIZE (
80
* 1024 * 1024)
#define IPR_FMT2_NUM_SDT_ENTRIES 511
#define IPR_FMT3_NUM_SDT_ENTRIES 0xFFF
#define IPR_FMT2_MAX_NUM_DUMP_PAGES ((IPR_FMT2_MAX_IOA_DUMP_SIZE / PAGE_SIZE) + 1)