aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci-sysfs.c
diff options
context:
space:
mode:
authorAlex Williamson <alex.williamson@redhat.com>2014-05-01 14:36:31 -0600
committerBjorn Helgaas <bhelgaas@google.com>2014-05-20 15:02:30 -0600
commit3cb30b73ad71b384c6289243d4ccd31ab90bce6f (patch)
tree98d8b75a02fa5c80be2d403a47383f1ac6af8633 /drivers/pci/pci-sysfs.c
parentPCI: Add Patsburg (X79) to Intel PCH root port ACS quirk (diff)
downloadlinux-dev-3cb30b73ad71b384c6289243d4ccd31ab90bce6f.tar.xz
linux-dev-3cb30b73ad71b384c6289243d4ccd31ab90bce6f.zip
PCI: Mark RTL8110SC INTx masking as broken
INTx masking does not work on this device. To see this, configure the network device UP on an active network, note that the interrupt count continues to increment for the device in /proc/interrupts. Use setpci to set the PCI_COMMAND_INTX_DISABLE bit in the PCI_COMMAND register. As expected, the interrupt count ceases to increment. However, reading the PCI_STATUS_INTERRUPT bit of the PCI_STATUS register does not indicate that interrupts are pending and clearing PCI_COMMAND_INTX_DISABLE in the PCI_COMMAND register does not allow the device to continue operation. This does not affect operation of the host r8169 driver, but it does prevent the device from being functional when assigned to a VM, such as with QEMU and VFIO. The guest driver successfully probes the device, but there is no traffic. Mark INTx masking as broken, allowing the more restrictive APIC masking to be used instead. Signed-off-by: Alex Williamson <alex.williamson@redhat.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/pci/pci-sysfs.c')
0 files changed, 0 insertions, 0 deletions