diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2016-11-10 11:51:11 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2016-11-10 11:51:11 +0000 |
commit | c3c3eb69b04a2dfcd75b3e1c73d56d6238275750 (patch) | |
tree | 282c8c63991aea71490a874ab7b5bdfef8312c63 /sys | |
parent | fbc49adba750f320db5aa5c6b50064b7913763ec (diff) |
regen
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 3 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
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", }, |