summaryrefslogtreecommitdiff
path: root/src/southbridge/intel/lynxpoint
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/intel/lynxpoint')
-rw-r--r--src/southbridge/intel/lynxpoint/pcie.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/southbridge/intel/lynxpoint/pcie.c b/src/southbridge/intel/lynxpoint/pcie.c
index 766ed433d5..645ae7e5bb 100644
--- a/src/southbridge/intel/lynxpoint/pcie.c
+++ b/src/southbridge/intel/lynxpoint/pcie.c
@@ -754,6 +754,14 @@ static const unsigned short pci_device_ids[] = {
PCI_DID_INTEL_LPT_H_PCIE_RP6,
PCI_DID_INTEL_LPT_H_PCIE_RP7,
PCI_DID_INTEL_LPT_H_PCIE_RP8,
+ PCI_DID_INTEL_LPT_H_PCIE_RP1_9,
+ PCI_DID_INTEL_LPT_H_PCIE_RP2_9,
+ PCI_DID_INTEL_LPT_H_PCIE_RP3_9,
+ PCI_DID_INTEL_LPT_H_PCIE_RP4_9,
+ PCI_DID_INTEL_LPT_H_PCIE_RP5_9,
+ PCI_DID_INTEL_LPT_H_PCIE_RP6_9,
+ PCI_DID_INTEL_LPT_H_PCIE_RP7_9,
+ PCI_DID_INTEL_LPT_H_PCIE_RP8_9,
PCI_DID_INTEL_LPT_LP_PCIE_RP1,
PCI_DID_INTEL_LPT_LP_PCIE_RP2,
PCI_DID_INTEL_LPT_LP_PCIE_RP3,