diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2023-03-13 07:30:45 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2023-03-13 07:30:45 +0000 |
commit | 1ded421a3ccda983638188d556eb90cfdff41451 (patch) | |
tree | 605350a6fc95e925a26f6b5ea7388d64aeac9735 /sys | |
parent | 5f91e15e5486eac7618e60764cd6c785a4f9625f (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 0cf670568ea..dd89525e78a 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.2024 2023/02/15 06:08:18 jsg Exp + * OpenBSD: pcidevs,v 1.2025 2023/03/13 07:30:11 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -7014,6 +7014,7 @@ /* Kingston */ #define PCI_PRODUCT_KINGSTON_A2000 0x2263 /* A2000 */ +#define PCI_PRODUCT_KINGSTON_NV2 0x5019 /* NV2 */ /* Kioxia */ #define PCI_PRODUCT_KIOXIA_BG4 0x0001 /* BG4 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index be604d2af01..d939503483e 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.2024 2023/02/15 06:08:18 jsg Exp + * OpenBSD: pcidevs,v 1.2025 2023/03/13 07:30:11 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -25356,6 +25356,10 @@ static const struct pci_known_product pci_known_products[] = { "A2000", }, { + PCI_VENDOR_KINGSTON, PCI_PRODUCT_KINGSTON_NV2, + "NV2", + }, + { PCI_VENDOR_KIOXIA, PCI_PRODUCT_KIOXIA_BG4, "BG4", }, |