From 2ffeb134b3a95581bb5da541c1ecc54d776663a9 Mon Sep 17 00:00:00 2001 From: dlg Date: Thu, 17 Oct 2024 08:22:53 +0000 Subject: [PATCH] regen --- sys/dev/pci/pcidevs.h | 3 ++- 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 6bc268cad2d..28b56f64c64 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.2091 2024/10/17 08:21:23 dlg Exp + * OpenBSD: pcidevs,v 1.2092 2024/10/17 08:22:34 dlg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -7434,6 +7434,7 @@ /* Kingston */ #define PCI_PRODUCT_KINGSTON_A2000 0x2263 /* A2000 */ #define PCI_PRODUCT_KINGSTON_KC3000 0x5013 /* KC3000 */ +#define PCI_PRODUCT_KINGSTON_SNV2S 0x5017 /* SNV2S */ #define PCI_PRODUCT_KINGSTON_NV2 0x5019 /* NV2 */ /* Kioxia */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index b094fc90105..0ed3cdb9b3d 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.2091 2024/10/17 08:21:23 dlg Exp + * OpenBSD: pcidevs,v 1.2092 2024/10/17 08:22:34 dlg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -26991,6 +26991,10 @@ static const struct pci_known_product pci_known_products[] = { PCI_VENDOR_KINGSTON, PCI_PRODUCT_KINGSTON_KC3000, "KC3000", }, + { + PCI_VENDOR_KINGSTON, PCI_PRODUCT_KINGSTON_SNV2S, + "SNV2S", + }, { PCI_VENDOR_KINGSTON, PCI_PRODUCT_KINGSTON_NV2, "NV2", -- 2.20.1