diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-04-25 08:28:28 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-04-25 08:28:28 +0000 |
commit | 9b51b27bfb288595d5107370288f21988ea8e707 (patch) | |
tree | b19c8572f57ed8041a22e75d2fd02405da3eeca0 /sys/dev/pci/pcidevs_data.h | |
parent | c8f7e5473f867495b70d67d526610b681498894c (diff) |
regen
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 0ac003949f9..86221d34da7 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.2030 2023/04/12 15:56:08 kettenis Exp + * OpenBSD: pcidevs,v 1.2031 2023/04/25 08:27:59 jsg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -25396,6 +25396,10 @@ static const struct pci_known_product pci_known_products[] = { "A2000", }, { + PCI_VENDOR_KINGSTON, PCI_PRODUCT_KINGSTON_KC3000, + "KC3000", + }, + { PCI_VENDOR_KINGSTON, PCI_PRODUCT_KINGSTON_NV2, "NV2", }, @@ -30976,6 +30980,10 @@ static const struct pci_known_product pci_known_products[] = { "PM9A1 NVMe", }, { + PCI_VENDOR_SAMSUNG2, PCI_PRODUCT_SAMSUNG2_PM9B1_NVME, + "PM9B1 NVMe", + }, + { PCI_VENDOR_SAMSUNG2, PCI_PRODUCT_SAMSUNG2_NVME_171X, "NVMe", }, |