diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2020-04-02 22:26:45 +0300 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2020-04-02 22:26:45 +0300 |
commit | 1ee57ad69e1d00f9f3c355293751d67753302e0d (patch) | |
tree | c9287122aff192aace82a83494468e245b80ac3e /include | |
parent | 86845e37aca4c80eace290a727a49caa8390febb (diff) | |
parent | 299bd044a6f332b4a6c8f708575c27cad70a35c1 (diff) | |
download | linux-1ee57ad69e1d00f9f3c355293751d67753302e0d.tar.xz |
Merge branch 'pci/virtualization'
- Add ACS quirks for Zhaoxin Root Ports, Downstream Ports, and
multi-function devices (Raymond Pang)
* pci/virtualization:
PCI: Add ACS quirk for Zhaoxin Root/Downstream Ports
PCI: Add ACS quirk for Zhaoxin multi-function devices
PCI: Add Zhaoxin Vendor ID
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/pci_ids.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 352c0d708720..6693cf561cd1 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2583,6 +2583,8 @@ #define PCI_VENDOR_ID_AMAZON 0x1d0f +#define PCI_VENDOR_ID_ZHAOXIN 0x1d17 + #define PCI_VENDOR_ID_HYGON 0x1d94 #define PCI_VENDOR_ID_HXT 0x1dbf |