]> err.no Git - linux-2.6/commitdiff
[SCSI] fusion: increase reply frame size from 0x40 to 0x50 bytes
authorMoore, Eric <Eric.Moore@lsil.com>
Tue, 17 Jan 2006 01:53:16 +0000 (18:53 -0700)
committerJames 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

index 8e28a022e7810517fc7f112981844e8fb4e31870..ea2649ecad1fcccb9f19e33cc8bf1cce9276bd96 100644 (file)
 #define  MPT_MAX_FRAME_SIZE            128
 #define  MPT_DEFAULT_FRAME_SIZE                128
 
-#define  MPT_REPLY_FRAME_SIZE          0x40  /* Must be a multiple of 8 */
+#define  MPT_REPLY_FRAME_SIZE          0x50  /* Must be a multiple of 8 */
 
 #define  MPT_SG_REQ_128_SCALE          1
 #define  MPT_SG_REQ_96_SCALE           2