Christoph Hellwig 4ddce14e75 [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 <James.Bottomley@SteelEye.com>
2006-01-31 14:39:59 -06:00
..
2006-01-14 10:55:08 -06:00
2005-04-16 15:20:36 -07:00
2006-01-31 14:39:41 -06:00
2006-01-31 14:39:59 -06:00
2006-01-31 14:39:41 -06:00
2006-01-31 14:39:58 -06:00
2006-01-31 14:39:43 -06:00