summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/pci/pcidevs.h3
-rw-r--r--sys/dev/pci/pcidevs_data.h6
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index cb7cfefa35f..3b1eba538a3 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.1805 2016/09/14 00:57:17 jmatthew Exp
+ * OpenBSD: pcidevs,v 1.1806 2016/11/10 11:50:40 mpi Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -928,6 +928,7 @@
#define PCI_PRODUCT_APPLE_INTREPID2_FW 0x006a /* Intrepid 2 FireWire */
#define PCI_PRODUCT_APPLE_INTREPID2_GMAC 0x006b /* Intrepid 2 GMAC */
#define PCI_PRODUCT_APPLE_BCM5701 0x1645 /* BCM5701 */
+#define PCI_PRODUCT_APPLE_NVME 0x2001 /* NVMe */
/* Aralion products */
#define PCI_PRODUCT_ARALION_ARS106S 0x0301 /* ARS106S */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 077d9217b08..f95b6eda190 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.1805 2016/09/14 00:57:17 jmatthew Exp
+ * OpenBSD: pcidevs,v 1.1806 2016/11/10 11:50:40 mpi Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2024,6 +2024,10 @@ static const struct pci_known_product pci_known_products[] = {
"BCM5701",
},
{
+ PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_NVME,
+ "NVMe",
+ },
+ {
PCI_VENDOR_ARALION, PCI_PRODUCT_ARALION_ARS106S,
"ARS106S",
},