[PATCH v2] AHCI: Add generic MSI-X interrupt support to SATA PCI driver
From: tj@kernel.org (Tejun Heo)
Date: 2015-05-13 18:11:02
Also in:
linux-ide, lkml
From: tj@kernel.org (Tejun Heo)
Date: 2015-05-13 18:11:02
Also in:
linux-ide, lkml
Hello, On Wed, May 13, 2015 at 08:07:05PM +0200, Robert Richter wrote:
So I will move msix after msi then and mark it as a special case if msi is not supported. I don't want to move it after intx since this is the fallback if nothing else works, there is no explicit check for intx, I even don't know if that is possible at all.
Sure, that sounds good to me. Thanks. -- tejun