diff options
author | Prakash, Sathya <sathya.prakash@lsi.com> | 2008-03-07 15:53:21 +0530 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-04-07 12:15:43 -0500 |
commit | 23a274c8a5adafc74a66f16988776fc7dd6f6e51 (patch) | |
tree | 9cae17ade000db17efeee4587bc6ab65632302ea /drivers/message/fusion/mptbase.h | |
parent | 74b2e047ecda7a82c3327a0d0bb45ee2ccf301ca (diff) | |
download | talos-op-linux-23a274c8a5adafc74a66f16988776fc7dd6f6e51.tar.gz talos-op-linux-23a274c8a5adafc74a66f16988776fc7dd6f6e51.zip |
[SCSI] mpt fusion: Enable MSI by default for SAS controllers
This patch modifies the driver to enable MSI by default for all SAS chips.
Signed-off-by: Sathya Prakash <sathya.prakash@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/message/fusion/mptbase.h')
-rw-r--r-- | drivers/message/fusion/mptbase.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/message/fusion/mptbase.h b/drivers/message/fusion/mptbase.h index caadc68c3000..50c0c173e24e 100644 --- a/drivers/message/fusion/mptbase.h +++ b/drivers/message/fusion/mptbase.h @@ -630,6 +630,7 @@ typedef struct _MPT_ADAPTER int mtrr_reg; struct pci_dev *pcidev; /* struct pci_dev pointer */ int bars; /* bitmask of BAR's that must be configured */ + int msi_enable; u8 __iomem *memmap; /* mmap address */ struct Scsi_Host *sh; /* Scsi Host pointer */ SpiCfgData spi_data; /* Scsi config. data */ |