summaryrefslogtreecommitdiff
path: root/util/inteltool/inteltool.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/inteltool/inteltool.h')
-rw-r--r--util/inteltool/inteltool.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/util/inteltool/inteltool.h b/util/inteltool/inteltool.h
index d4aa96fc60..59cd6ea00e 100644
--- a/util/inteltool/inteltool.h
+++ b/util/inteltool/inteltool.h
@@ -139,7 +139,21 @@ static inline uint32_t inl(unsigned port)
#define PCI_DEVICE_ID_INTEL_WILDCATPOINT_LP_PREM 0x9cc3
#define PCI_DEVICE_ID_INTEL_WILDCATPOINT_LP 0x9cc5
#define PCI_DEVICE_ID_INTEL_SUNRISEPOINT_SATA 0xa102
+#define PCI_DEVICE_ID_INTEL_SUNRISEPOINT_PRE 0xa141
+#define PCI_DEVICE_ID_INTEL_H110 0xa143
+#define PCI_DEVICE_ID_INTEL_H170 0xa144
+#define PCI_DEVICE_ID_INTEL_Z170 0xa145
+#define PCI_DEVICE_ID_INTEL_Q170 0xa146
+#define PCI_DEVICE_ID_INTEL_Q150 0xa147
+#define PCI_DEVICE_ID_INTEL_B150 0xa148
+#define PCI_DEVICE_ID_INTEL_C236 0xa149
+#define PCI_DEVICE_ID_INTEL_C232 0xa14a
+#define PCI_DEVICE_ID_INTEL_QM170 0xa14d
+#define PCI_DEVICE_ID_INTEL_HM170 0xa14e
#define PCI_DEVICE_ID_INTEL_CM236 0xa150
+#define PCI_DEVICE_ID_INTEL_HM175 0xa152
+#define PCI_DEVICE_ID_INTEL_QM175 0xa153
+#define PCI_DEVICE_ID_INTEL_CM238 0xa154
#define PCI_DEVICE_ID_INTEL_82810 0x7120
#define PCI_DEVICE_ID_INTEL_82810_DC 0x7122
#define PCI_DEVICE_ID_INTEL_82810E_DC 0x7124
@@ -208,6 +222,7 @@ static inline uint32_t inl(unsigned port)
#define PCI_DEVICE_ID_INTEL_CORE_4TH_GEN_E3 0x0c08 /* Haswell (Xeon E3 v3) */
#define PCI_DEVICE_ID_INTEL_CORE_4TH_GEN_U 0x0a04 /* Haswell-ULT */
#define PCI_DEVICE_ID_INTEL_CORE_5TH_GEN_U 0x1604 /* Broadwell-ULT */
+#define PCI_DEVICE_ID_INTEL_CORE_6TH_GEN_M 0x1910 /* Skylake (Mobile) */
#define PCI_DEVICE_ID_INTEL_CORE_6TH_GEN_WST 0x1918
#if !defined(__DARWIN__) && !defined(__FreeBSD__)