diff options
author | Shivasharan S <shivasharan.srikanteshwara@broadcom.com> | 2017-03-10 03:22:12 -0800 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2017-03-13 22:59:52 -0400 |
commit | 64ff64b90e62c860772fd0be50b7cfcef1d8a9b2 (patch) | |
tree | d68efd7af457def47ab1beb39c130735308028ed /drivers/dma/acpi-dma.c | |
parent | 85e8a23936ab3442de0c42da97d53b29f004ece1 (diff) | |
download | blackbird-obmc-linux-64ff64b90e62c860772fd0be50b7cfcef1d8a9b2.tar.gz blackbird-obmc-linux-64ff64b90e62c860772fd0be50b7cfcef1d8a9b2.zip |
scsi: megaraid_sas: enable intx only if msix request fails
Without this fix, driver will enable INTx Interrupt pin even though
MSI-x vectors are enabled. See below lspci output. DisINTx is unset for
MSIx setup.
lspci -s 85:00.0 -vvv |grep INT |grep Control
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR+ FastB2B- DisINTx-
After applying this fix, driver will enable INTx Interrupt pin only if
Legacy interrupt method is required. See below lspci output. DisINTx is
set for MSIx setup. lspci -s 85:00.0 -vvv |grep INT |grep Control
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR+ FastB2B- DisINTx+
Signed-off-by: Kashyap Desai <kashyap.desai@broadcom.com>
Reviewed-by: Tomas Henzl <thenzl@redhat.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/dma/acpi-dma.c')
0 files changed, 0 insertions, 0 deletions