summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pcidevs.h4
-rw-r--r--sys/dev/pci/pcidevs_data.h10
2 files changed, 12 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 3f923731af2..32ef4d28965 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.1912 2020/01/09 00:58:28 jsg Exp
+ * OpenBSD: pcidevs,v 1.1913 2020/01/20 07:01:44 jsg Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -5617,6 +5617,8 @@
#define PCI_PRODUCT_INTEL_CORE_SCRATCH 0xd156 /* Core Scratch */
#define PCI_PRODUCT_INTEL_CORE_CONTROL 0xd157 /* Core Control */
#define PCI_PRODUCT_INTEL_CORE_MISC 0xd158 /* Core Misc */
+#define PCI_PRODUCT_INTEL_NVME_2 0xf1a5 /* NVMe */
+#define PCI_PRODUCT_INTEL_NVME_3 0xf1a6 /* NVMe */
/* Intergraph products */
#define PCI_PRODUCT_INTERGRAPH_4D50T 0x00e4 /* Powerstorm 4D50T */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 82e84bdd8e4..7895c53243e 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.1912 2020/01/09 00:58:28 jsg Exp
+ * OpenBSD: pcidevs,v 1.1913 2020/01/20 07:01:44 jsg Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -19908,6 +19908,14 @@ static const struct pci_known_product pci_known_products[] = {
"Core Misc",
},
{
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_NVME_2,
+ "NVMe",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_NVME_3,
+ "NVMe",
+ },
+ {
PCI_VENDOR_INTERGRAPH, PCI_PRODUCT_INTERGRAPH_4D50T,
"Powerstorm 4D50T",
},