From: Mike Miller Date: Thu, 7 Dec 2006 04:35:01 +0000 (-0800) Subject: [PATCH] cciss: increase number of commands on controller X-Git-Tag: v2.6.20-rc1~145^2^2~254 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f880632f963c3611d096d9373d16663c076310c7;p=pandora-kernel.git [PATCH] cciss: increase number of commands on controller Remove #define NR_CMDS and replace it w/hba[i]->nr_cmds. Most Smart Array controllers can support up to 1024 commands but the E200 family can only support 128. To prevent annoying "fifo full" messages we define nr_cmds on a per controller basis by adding it the product table. Signed-off-by: Mike Miller Acked-by: Jens Axboe Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed