commit | 5757a769ea4e094df6ec92d9ce7d05a90d5bf3e6 | [log] [tgz] |
---|---|---|
author | Alex Williamson <alex.williamson@redhat.com> | Mon Feb 03 14:27:39 2014 -0700 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Tue Feb 11 13:51:47 2014 -0700 |
tree | e5e49673ed4a832bfc251224bb88c38ce1895216 | |
parent | 2c74424470a0f98df8d6540642aff96d1a0b94b3 [diff] |
PCI: Add pci_dev_flag for ACS enable quirks Quirks that enable ACS-compatible functionality on a device need some way to track whether a given device has been enabled. Rather than create new data structures for this, allocate one of the pci_dev_flags to indicate this setup. Signed-off-by: Alex Williamson <alex.williamson@redhat.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>