From: Torben Mathiasen <torben.mathiasen@hp.com>
After a lot of testing and measuring we decided to increase the read-ahead
for the CISS driver in 2.6 to 1MB.
/*define how many times we will try a command because of bus resets */
#define MAX_CMD_RETRIES 3
-#define READ_AHEAD 128
+#define READ_AHEAD 256
#define NR_CMDS 384 /* #commands that can be outstanding */
#define MAX_CTLR 8
if (!q)
goto clean4;
+ q->backing_dev_info.ra_pages = READ_AHEAD;
hba[i]->queue = q;
q->queuedata = hba[i];