From: Christoph Hellwig Date: Tue, 17 Jan 2006 13:44:29 +0000 (+0000) Subject: [SCSI] fusion: add MSI support X-Git-Tag: v2.6.16-rc2~242^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ddce14e753fd4fe7445fa046a3aee155c2e48f4;p=pandora-kernel.git [SCSI] fusion: add MSI support On Mon, Jan 16, 2006 at 06:53:24PM -0700, Moore, Eric wrote: > Adding MSI support, and command line for enabling > it. By default, the command line option has MSI disabled. mpt_msi_enable is initialized to 0 implicitly, no need to do that. Also replace if (mpt_msi_enable == 1) tests with just if (mpt_msi_enable). Updated patch below: Signed-off-by: James Bottomley --- Reading git-diff-tree failed