[SCSI] aacraid: fib size math fix
authorMark Haverkamp <markh@osdl.org>
Tue, 20 Sep 2005 19:57:04 +0000 (12:57 -0700)
committerJames Bottomley <jejb@mulgrave.(none)>
Mon, 26 Sep 2005 22:48:29 +0000 (17:48 -0500)
commit63a70eeaafe0e17e7f45cba495cb457d06070419
treebaaec894a18394c8b4ae6d9eb8ea1e2b31eca001
parent9203344cb8ecc554a1d36eae6661235ed422cf59
[SCSI] aacraid: fib size math fix

Received from Mark Salyzyn from Adaptec.

The size of the command packet's scatter gather list maximum size was
miscalculated in the low range leading to the driver initialization
limiting the maximum i/o size that could go to the Adapter. There were
no negative operational side effects resulting from this bad math, only
a subtle limit in performance of the Adapter at the top end of the
range.

Signed-off-by: Mark Haverkamp <markh@osdl.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/aacraid/aachba.c
drivers/scsi/aacraid/comminit.c