commit | 4ddce14e753fd4fe7445fa046a3aee155c2e48f4 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Tue Jan 17 13:44:29 2006 +0000 |
committer | James Bottomley <jejb@mulgrave.(none)> | Tue Jan 31 14:39:59 2006 -0600 |
tree | c95e910366dd8412ae8be1e5f73c56aca5576044 | |
parent | 7e55147fe3203b72e80186c45df9bf0fd6cd97c9 [diff] |
[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>