tmp_suning_uos_patched/drivers/message/fusion
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
..
lsi [SCSI] fusion - mpi header udpate 2006-01-14 10:55:08 -06:00
Kconfig [SCSI] mptfc: need to select transport attrs 2006-01-14 10:55:11 -06:00
linux_compat.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Makefile [SCSI] fusion: FC rport code fixes 2006-01-31 14:39:41 -06:00
mptbase.c [SCSI] fusion: add MSI support 2006-01-31 14:39:59 -06:00
mptbase.h [SCSI] fusion: increase reply frame size from 0x40 to 0x50 bytes 2006-01-31 14:39:55 -06:00
mptctl.c [SCSI] fusion: convert semaphores to mutexes 2006-01-14 10:54:57 -06:00
mptctl.h [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason 2005-11-09 07:55:57 -08:00
mptfc.c [SCSI] fusion: FC rport code fixes 2006-01-31 14:39:41 -06:00
mptlan.c [PATCH] Unlinline a bunch of other functions 2006-01-14 18:27:06 -08:00
mptlan.h [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason 2005-11-09 07:55:57 -08:00
mptsas.c [SCSI] fusion: move sas persistent event handling over to the mptsas module 2006-01-31 14:39:39 -06:00
mptscsih.c [SCSI] fusion: overrun tape fix 2006-01-31 14:39:58 -06:00
mptscsih.h [SCSI] fusion: fix compile 2006-01-31 14:39:43 -06:00
mptspi.c [SCSI] fusion: spi bus reset when driver loads 2006-01-31 14:39:51 -06:00