From: Don Brace Date: Thu, 4 Feb 2010 14:42:40 +0000 (-0600) Subject: [SCSI] hpsa: Allow multiple command completions per interrupt. X-Git-Tag: v2.6.34-rc1~284^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=303932fd4ff63e8650d5d5da6cc286a8b5f8318d;p=pandora-kernel.git [SCSI] hpsa: Allow multiple command completions per interrupt. This is done by adding support for the so-called "performant mode" (that's really what they called it). Smart Array controllers have a mode which enables multiple command completions to be delivered with a single interrupt, "performant" mode. We want to use that mode, as some newer controllers will be requiring this mode. Signed-off-by: Don Brace Signed-off-by: Stephen M. Cameron Signed-off-by: Mike Miller Signed-off-by: James Bottomley --- Reading git-diff-tree failed