diff options
author | Kevin Lo <kevlo@cvs.openbsd.org> | 2023-05-04 05:38:51 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@cvs.openbsd.org> | 2023-05-04 05:38:51 +0000 |
commit | d582ac674751dabd006a5d6b5c7671b17dc27595 (patch) | |
tree | 2163804ed2cc1d9110e376211889ba802827d255 /sys | |
parent | 15195dd53d05bb5f6ee03bf8b142ebc12ebbdf7e (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 980e931945b..12385e9cc3e 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.2034 2023/05/01 07:24:04 dlg Exp + * OpenBSD: pcidevs,v 1.2035 2023/05/04 05:38:17 kevlo Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -7068,6 +7068,7 @@ /* Lenovo products */ #define PCI_PRODUCT_LENOVO_NVME 0x0003 /* NVMe */ +#define PCI_PRODUCT_LENOVO_NVME_2 0x0006 /* NVMe */ /* Level 1 (Intel) */ #define PCI_PRODUCT_LEVEL1_LXT1001 0x0001 /* LXT1001 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index cb61fc1afd3..732dcaef5f6 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.2034 2023/05/01 07:24:04 dlg Exp + * OpenBSD: pcidevs,v 1.2035 2023/05/04 05:38:17 kevlo Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -25508,6 +25508,10 @@ static const struct pci_known_product pci_known_products[] = { "NVMe", }, { + PCI_VENDOR_LENOVO, PCI_PRODUCT_LENOVO_NVME_2, + "NVMe", + }, + { PCI_VENDOR_LEVEL1, PCI_PRODUCT_LEVEL1_LXT1001, "LXT1001", }, |