summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJoshua Stein <jcs@cvs.openbsd.org>2018-01-10 15:44:57 +0000
committerJoshua Stein <jcs@cvs.openbsd.org>2018-01-10 15:44:57 +0000
commit1e63d733a5d5c7da4fbfbd07dff246d2a3adc804 (patch)
tree3c9f2348b7569e191fef744c597296103c828f27 /sys
parentdf32eff6349957183fdb94421db236a40b645fb6 (diff)
regen
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/pcidevs.h5
-rw-r--r--sys/dev/pci/pcidevs_data.h8
2 files changed, 9 insertions, 4 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 56749a9f277..77ea6bc5dc9 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.1833 2018/01/06 20:14:01 kettenis Exp
+ * OpenBSD: pcidevs,v 1.1834 2018/01/10 15:44:41 jcs Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -935,7 +935,8 @@
#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 */
+#define PCI_PRODUCT_APPLE_NVME1 0x2001 /* NVMe */
+#define PCI_PRODUCT_APPLE_NVME2 0x2003 /* 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 89f28742e18..4a185680ab5 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.1833 2018/01/06 20:14:01 kettenis Exp
+ * OpenBSD: pcidevs,v 1.1834 2018/01/10 15:44:41 jcs Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2036,7 +2036,11 @@ static const struct pci_known_product pci_known_products[] = {
"BCM5701",
},
{
- PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_NVME,
+ PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_NVME1,
+ "NVMe",
+ },
+ {
+ PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_NVME2,
"NVMe",
},
{