projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d66c7a0
)
[SCSI] fusion: increase reply frame size from 0x40 to 0x50 bytes
author
Moore, Eric
<Eric.Moore@lsil.com>
Tue, 17 Jan 2006 01:53:16 +0000
(18:53 -0700)
committer
James Bottomley
<jejb@mulgrave.(none)>
Tue, 31 Jan 2006 20:39:55 +0000
(14:39 -0600)
Increasing the reply frame size by 16 bytes, to
be in sync with the other fusion drivers.
Signed-off-by: Eric Moore <Eric.Moore@lsil.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/message/fusion/mptbase.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/message/fusion/mptbase.h
b/drivers/message/fusion/mptbase.h
index 8e28a022e7810517fc7f112981844e8fb4e31870..ea2649ecad1fcccb9f19e33cc8bf1cce9276bd96 100644
(file)
--- a/
drivers/message/fusion/mptbase.h
+++ b/
drivers/message/fusion/mptbase.h
@@
-123,7
+123,7
@@
#define MPT_MAX_FRAME_SIZE 128
#define MPT_DEFAULT_FRAME_SIZE 128
-#define MPT_REPLY_FRAME_SIZE 0x
4
0 /* Must be a multiple of 8 */
+#define MPT_REPLY_FRAME_SIZE 0x
5
0 /* Must be a multiple of 8 */
#define MPT_SG_REQ_128_SCALE 1
#define MPT_SG_REQ_96_SCALE 2