diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2022-01-13 09:57:45 -0600 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2022-01-13 09:57:45 -0600 |
commit | 05642e2f64600a54f076dd0a3bbe2518d4c5cfe7 (patch) | |
tree | edc46fcc024f35852755e347b9c5f756b2f33776 /include | |
parent | c6ff0f8dc05fc4137e0bc4a2e2d468430027df98 (diff) | |
parent | 500b55b05d0a21c4adddf4c3b29ee6f32b502046 (diff) |
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')
-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 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 */ |