diff options
author | 2016-05-03 03:13:35 +0000 | |
---|---|---|
committer | 2016-05-03 03:13:35 +0000 | |
commit | 7ea845234afcaa72024413e24ff62c93d04b685b (patch) | |
tree | 44ed952de3810e558f038ff405ccd1c4c06f4b24 | |
parent | samsung use the same pci device id for multiple nvme parts (diff) | |
download | wireguard-openbsd-7ea845234afcaa72024413e24ff62c93d04b685b.tar.xz wireguard-openbsd-7ea845234afcaa72024413e24ff62c93d04b685b.zip |
regen
-rw-r--r-- | sys/dev/pci/pcidevs.h | 4 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index c003724d4f2..77eb108ff98 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.1794 2016/04/24 06:42:24 jsg Exp + * OpenBSD: pcidevs,v 1.1795 2016/05/03 03:12:46 dlg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -6516,7 +6516,7 @@ #define PCI_PRODUCT_SAMSUNG2_S4LN053X01 0x1600 /* S4LN053X01 */ #define PCI_PRODUCT_SAMSUNG2_XP941 0xa800 /* XP941 */ #define PCI_PRODUCT_SAMSUNG2_SM951_AHCI 0xa801 /* SM951 AHCI */ -#define PCI_PRODUCT_SAMSUNG2_SM951_NVME 0xa802 /* SM951 NVMe */ +#define PCI_PRODUCT_SAMSUNG2_NVME 0xa802 /* NVMe */ /* Sangoma products */ #define PCI_PRODUCT_SANGOMA_A10X 0x0300 /* A10x */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index c74e9509c82..165d2a62f33 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.1794 2016/04/24 06:42:24 jsg Exp + * OpenBSD: pcidevs,v 1.1795 2016/05/03 03:12:46 dlg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -22732,8 +22732,8 @@ static const struct pci_known_product pci_known_products[] = { "SM951 AHCI", }, { - PCI_VENDOR_SAMSUNG2, PCI_PRODUCT_SAMSUNG2_SM951_NVME, - "SM951 NVMe", + PCI_VENDOR_SAMSUNG2, PCI_PRODUCT_SAMSUNG2_NVME, + "NVMe", }, { PCI_VENDOR_SANGOMA, PCI_PRODUCT_SANGOMA_A10X, |