diff options
Diffstat (limited to 'include/pci_ids')
-rw-r--r-- | include/pci_ids/i965_pci_ids.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/pci_ids/i965_pci_ids.h b/include/pci_ids/i965_pci_ids.h index d37a2eed4b0..a29150955b4 100644 --- a/include/pci_ids/i965_pci_ids.h +++ b/include/pci_ids/i965_pci_ids.h @@ -25,3 +25,8 @@ CHIPSET(0x0162, IVYBRIDGE_GT2, ivb_gt2) CHIPSET(0x0156, IVYBRIDGE_M_GT1, ivb_gt1) CHIPSET(0x0166, IVYBRIDGE_M_GT2, ivb_gt2) CHIPSET(0x015a, IVYBRIDGE_S_GT1, ivb_gt1) +CHIPSET(0x0402, HASWELL_GT1, hsw_gt1) +CHIPSET(0x0412, HASWELL_GT2, hsw_gt2) +CHIPSET(0x0406, HASWELL_M_GT1, hsw_gt1) +CHIPSET(0x0416, HASWELL_M_GT2, hsw_gt2) +CHIPSET(0x0A16, HASWELL_M_ULT_GT2, hsw_gt2) |