]> asedeno.scripts.mit.edu Git - linux.git/commit
PCI: Mark Ceton InfiniTV4 INTx masking as broken
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 15 Dec 2017 20:51:44 +0000 (14:51 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 19 Dec 2017 05:09:09 +0000 (23:09 -0600)
commit7c1efb686817881d7dc0b06572785ec8f17d2823
treefec8314cb8b5f37849c3e2645f34c4950fa5d2d0
parent88e9ca161c1363395cbebf39c49307b4eabad9f0
PCI: Mark Ceton InfiniTV4 INTx masking as broken

PCI_COMMAND_INTX_DISABLE is writable on the Ceton InfiniTV4, indicating
that the device supports disabling the INTx# signal, but it apparently
doesn't work.

Mark the device so we know we can't use PCI_COMMAND_INTX_DISABLE to disable
its interrupts.

Link: https://lkml.kernel.org/r/92a65068-60b2-c1a8-9e17-ac41fe3c5c93@code.jackst.com
Reported-by: John Strader <strader.john@code.jackst.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/quirks.c