|
19 | 19 | * 0c04: Xeon E3-1200 v3/4th Gen Core Processor DRAM Controller
|
20 | 20 | * 0c08: Xeon E3-1200 v3 Processor DRAM Controller
|
21 | 21 | * 1918: Xeon E3-1200 v5 Skylake Host Bridge/DRAM Registers
|
22 |
| - * 5918: Xeon E3-1200 Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers |
| 22 | + * 590f: Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers |
| 23 | + * 5918: Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers |
23 | 24 | * 190f: 6th Gen Core Dual-Core Processor Host Bridge/DRAM Registers
|
24 | 25 | * 191f: 6th Gen Core Quad-Core Processor Host Bridge/DRAM Registers
|
25 | 26 | * 3e..: 8th/9th Gen Core Processor Host Bridge/DRAM Registers
|
|
67 | 68 | #define PCI_DEVICE_ID_INTEL_IE31200_HB_8 0x190F
|
68 | 69 | #define PCI_DEVICE_ID_INTEL_IE31200_HB_9 0x1918
|
69 | 70 | #define PCI_DEVICE_ID_INTEL_IE31200_HB_10 0x191F
|
70 |
| -#define PCI_DEVICE_ID_INTEL_IE31200_HB_11 0x5918 |
| 71 | +#define PCI_DEVICE_ID_INTEL_IE31200_HB_11 0x590f |
| 72 | +#define PCI_DEVICE_ID_INTEL_IE31200_HB_12 0x5918 |
71 | 73 |
|
72 | 74 | /* Coffee Lake-S */
|
73 | 75 | #define PCI_DEVICE_ID_INTEL_IE31200_HB_CFL_MASK 0x3e00
|
|
88 | 90 | ((did) == PCI_DEVICE_ID_INTEL_IE31200_HB_9) || \
|
89 | 91 | ((did) == PCI_DEVICE_ID_INTEL_IE31200_HB_10) || \
|
90 | 92 | ((did) == PCI_DEVICE_ID_INTEL_IE31200_HB_11) || \
|
| 93 | + ((did) == PCI_DEVICE_ID_INTEL_IE31200_HB_12) || \ |
91 | 94 | (((did) & PCI_DEVICE_ID_INTEL_IE31200_HB_CFL_MASK) == \
|
92 | 95 | PCI_DEVICE_ID_INTEL_IE31200_HB_CFL_MASK))
|
93 | 96 |
|
@@ -587,6 +590,7 @@ static const struct pci_device_id ie31200_pci_tbl[] = {
|
587 | 590 | { PCI_VEND_DEV(INTEL, IE31200_HB_9), PCI_ANY_ID, PCI_ANY_ID, 0, 0, IE31200 },
|
588 | 591 | { PCI_VEND_DEV(INTEL, IE31200_HB_10), PCI_ANY_ID, PCI_ANY_ID, 0, 0, IE31200 },
|
589 | 592 | { PCI_VEND_DEV(INTEL, IE31200_HB_11), PCI_ANY_ID, PCI_ANY_ID, 0, 0, IE31200 },
|
| 593 | + { PCI_VEND_DEV(INTEL, IE31200_HB_12), PCI_ANY_ID, PCI_ANY_ID, 0, 0, IE31200 }, |
590 | 594 | { PCI_VEND_DEV(INTEL, IE31200_HB_CFL_1), PCI_ANY_ID, PCI_ANY_ID, 0, 0, IE31200 },
|
591 | 595 | { PCI_VEND_DEV(INTEL, IE31200_HB_CFL_2), PCI_ANY_ID, PCI_ANY_ID, 0, 0, IE31200 },
|
592 | 596 | { PCI_VEND_DEV(INTEL, IE31200_HB_CFL_3), PCI_ANY_ID, PCI_ANY_ID, 0, 0, IE31200 },
|
|
0 commit comments