diff options
Diffstat (limited to 'src/include/device')
-rw-r--r-- | src/include/device/pci_ids.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index fca9b0dd1f..b311991683 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -2980,9 +2980,9 @@ #define PCI_DID_INTEL_RPP_S_ESPI_1 0x7a01 #define PCI_DID_INTEL_RPP_S_ESPI_2 0x7a02 #define PCI_DID_INTEL_RPP_S_ESPI_3 0x7a03 -#define PCI_DID_INTEL_RPP_S_ESPI_4 0x7a04 -#define PCI_DID_INTEL_RPP_S_ESPI_5 0x7a05 -#define PCI_DID_INTEL_RPP_S_ESPI_6 0x7a06 +#define PCI_DID_INTEL_RPP_S_ESPI_Z790 0x7a04 +#define PCI_DID_INTEL_RPP_S_ESPI_H770 0x7a05 +#define PCI_DID_INTEL_RPP_S_ESPI_B760 0x7a06 #define PCI_DID_INTEL_RPP_S_ESPI_7 0x7a07 #define PCI_DID_INTEL_RPP_S_ESPI_8 0x7a08 #define PCI_DID_INTEL_RPP_S_ESPI_9 0x7a09 |