[PATCH v2 0/3] scsi: arcmsr: add driver module parameter - msi_enable, msix_enable

From: Ching Huang
Date: Tue Nov 28 2017 - 04:17:34 EST


From: Ching Huang <ching2048@xxxxxxxxxxxx>

The following patches apply to james' kernel/git/jejb/scsi.git/tree/?h=misc and
martin's kernel/git/mkp/scsi.git/tree/?h=4.16/scsi-queue

Patch 1: Add module parameter msi_enable to has a chance to disable msi interrupt if controller has msi INT compatible issue.

Patch 2: Add module parameter msix_enable to has a chance to disable msix interrupt if controller has msix INT compatible issue.

Patch 3: Update driver version to v1.40.00.03-20171124
---