summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2015-05-01 12:46:49 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2015-05-01 12:46:49 +0000
commit862db6b1f27ef456ccced532e02426ae48ae46c6 (patch)
tree5d639731cd0e41dda0510d0b0da506a000e5d5ec /sys/dev/pci
parent054bddbedec01410f2cb3bfa1fda21fe61985ad6 (diff)
regen
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pcidevs.h9
-rw-r--r--sys/dev/pci/pcidevs_data.h6
2 files changed, 10 insertions, 5 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 1809ee3f31e..8f69e779f0a 100644
--- a/sys/dev/pci/pcidevs.h
+++ b/sys/dev/pci/pcidevs.h
@@ -2,7 +2,7 @@
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: pcidevs,v 1.1760 2015/03/18 15:16:52 mcbride Exp
+ * OpenBSD: pcidevs,v 1.1761 2015/05/01 12:46:04 jsg Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -3011,6 +3011,7 @@
#define PCI_PRODUCT_INTEL_E5V2_PCIE_9 0x0e09 /* E5 v2 PCIE */
#define PCI_PRODUCT_INTEL_E5V2_PCIE_10 0x0e0a /* E5 v2 PCIE */
#define PCI_PRODUCT_INTEL_E5V2_PCIE_11 0x0e0b /* E5 v2 PCIE */
+#define PCI_PRODUCT_INTEL_E5V2_R2PCIE 0x0e1d /* E5 v2 R2PCIE */
#define PCI_PRODUCT_INTEL_E5V2_UBOX_1 0x0e1e /* E5 v2 UBOX */
#define PCI_PRODUCT_INTEL_E5V2_UBOX_2 0x0e1f /* E5 v2 UBOX */
#define PCI_PRODUCT_INTEL_E5V2_IOAT_1 0x0e20 /* E5 v2 I/OAT */
@@ -3040,11 +3041,11 @@
#define PCI_PRODUCT_INTEL_E5V2_THERMAL_1 0x0eb0 /* E5 v2 Thermal */
#define PCI_PRODUCT_INTEL_E5V2_THERMAL_2 0x0eb1 /* E5 v2 Thermal */
#define PCI_PRODUCT_INTEL_E5V2_ERR_1 0x0eb2 /* E5 v2 Error */
-#define PCI_PRODUCT_INTEL_E5V2_ERR_2 0x0be3 /* E5 v2 Error */
+#define PCI_PRODUCT_INTEL_E5V2_ERR_2 0x0eb3 /* E5 v2 Error */
#define PCI_PRODUCT_INTEL_E5V2_THERMAL_3 0x0eb4 /* E5 v2 Thermal */
#define PCI_PRODUCT_INTEL_E5V2_THERMAL_4 0x0eb5 /* E5 v2 Thermal */
-#define PCI_PRODUCT_INTEL_E5V2_ERR_3 0x0be6 /* E5 v2 Error */
-#define PCI_PRODUCT_INTEL_E5V2_ERR_4 0x0be7 /* E5 v2 Error */
+#define PCI_PRODUCT_INTEL_E5V2_ERR_3 0x0eb6 /* E5 v2 Error */
+#define PCI_PRODUCT_INTEL_E5V2_ERR_4 0x0eb7 /* E5 v2 Error */
#define PCI_PRODUCT_INTEL_E5V2_PCU_0 0x0ec0 /* E5 v2 PCU */
#define PCI_PRODUCT_INTEL_E5V2_PCU_1 0x0ec1 /* E5 v2 PCU */
#define PCI_PRODUCT_INTEL_E5V2_PCU_2 0x0ec2 /* E5 v2 PCU */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 09c3c9f9a17..9f4ccb6b8f0 100644
--- a/sys/dev/pci/pcidevs_data.h
+++ b/sys/dev/pci/pcidevs_data.h
@@ -2,7 +2,7 @@
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: pcidevs,v 1.1760 2015/03/18 15:16:52 mcbride Exp
+ * OpenBSD: pcidevs,v 1.1761 2015/05/01 12:46:04 jsg Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -9572,6 +9572,10 @@ static const struct pci_known_product pci_known_products[] = {
"E5 v2 PCIE",
},
{
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_E5V2_R2PCIE,
+ "E5 v2 R2PCIE",
+ },
+ {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_E5V2_UBOX_1,
"E5 v2 UBOX",
},