aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2022-01-13 09:57:45 -0600
committerBjorn Helgaas <bhelgaas@google.com>2022-01-13 09:57:45 -0600
commit05642e2f64600a54f076dd0a3bbe2518d4c5cfe7 (patch)
treeedc46fcc024f35852755e347b9c5f756b2f33776 /include/linux/pci.h
parentMerge branch 'pci/p2pdma' (diff)
parentPCI: Work around Intel I210 ROM BAR overlap defect (diff)
downloadlinux-dev-05642e2f64600a54f076dd0a3bbe2518d4c5cfe7.tar.xz
linux-dev-05642e2f64600a54f076dd0a3bbe2518d4c5cfe7.zip
Merge branch 'pci/resource'
- Always write Intel I210 ROM BAR on update to work around device defect (Bjorn Helgaas) * pci/resource: PCI: Work around Intel I210 ROM BAR overlap defect
Diffstat (limited to 'include/linux/pci.h')
-rw-r--r--include/linux/pci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h
index 7d825637d7ca..f3cefec431a3 100644
--- a/include/linux/pci.h
+++ b/include/linux/pci.h
@@ -455,6 +455,7 @@ struct pci_dev {
unsigned int link_active_reporting:1;/* Device capable of reporting link active */
unsigned int no_vf_scan:1; /* Don't scan for VFs after IOV enablement */
unsigned int no_command_memory:1; /* No PCI_COMMAND_MEMORY */
+ unsigned int rom_bar_overlap:1; /* ROM BAR disable broken */
pci_dev_flags_t dev_flags;
atomic_t enable_cnt; /* pci_enable_device has been called */