From: Moore, Eric Date: Tue, 17 Jan 2006 01:53:16 +0000 (-0700) Subject: [SCSI] fusion: increase reply frame size from 0x40 to 0x50 bytes X-Git-Tag: v3.12-rc1~39006^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=928496ac317cff0eaf70aef2d5039a2f66966247;p=kernel%2Fkernel-generic.git [SCSI] fusion: increase reply frame size from 0x40 to 0x50 bytes Increasing the reply frame size by 16 bytes, to be in sync with the other fusion drivers. Signed-off-by: Eric Moore Signed-off-by: James Bottomley --- diff --git a/drivers/message/fusion/mptbase.h b/drivers/message/fusion/mptbase.h index 8e28a02..ea2649e 100644 --- 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 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