diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2012-06-18 20:14:16 +0200 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2012-06-18 20:14:16 +0200 |
commit | 140217ae3fbabc7b718b5595fd251ce2afcb3bc1 (patch) | |
tree | 1c3d1a367c04203a88b4677376cbd6c8e08d1c65 /include | |
parent | Merge branch 'topic/sebastian-devinit-fixups' into next (diff) | |
parent | PCI: add Ralink RT2800 broken INTx masking quirk (diff) | |
download | linux-140217ae3fbabc7b718b5595fd251ce2afcb3bc1.tar.xz linux-140217ae3fbabc7b718b5595fd251ce2afcb3bc1.zip |
Merge branch 'topic/jan-intx-masking' into next
* topic/jan-intx-masking:
PCI: add Ralink RT2800 broken INTx masking quirk
PCI: add Chelsio T310 10GbE NIC broken INTx masking quirk
PCI: add infrastructure for devices with broken INTx masking
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/pci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index 43a007cbdf65..c739df91bac9 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -324,6 +324,7 @@ struct pci_dev { unsigned int is_hotplug_bridge:1; unsigned int __aer_firmware_first_valid:1; unsigned int __aer_firmware_first:1; + unsigned int broken_intx_masking:1; pci_dev_flags_t dev_flags; atomic_t enable_cnt; /* pci_enable_device has been called */ |