Files
linux/drivers
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-18 19:25:49 -08:00
2006-01-18 19:20:31 -08:00
2006-01-14 18:27:13 -08:00
2006-01-18 19:20:30 -08:00
2006-01-31 14:39:59 -06:00
2006-01-14 10:41:42 -08:00
2006-01-31 14:39:50 -06:00
2006-01-14 18:25:20 -08:00
2006-01-13 16:29:56 -08:00
2006-01-17 15:53:11 -08:00
2006-01-10 00:08:17 +01:00
2006-01-18 19:20:31 -08:00
2006-01-18 19:20:31 -08:00