regen
authorkettenis <kettenis@openbsd.org>
Mon, 13 Mar 2023 07:30:44 +0000 (07:30 +0000)
committerkettenis <kettenis@openbsd.org>
Mon, 13 Mar 2023 07:30:44 +0000 (07:30 +0000)
sys/dev/pci/pcidevs.h
sys/dev/pci/pcidevs_data.h

index 0cf6705..dd89525 100644 (file)
@@ -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 $       */
 
 
 /* Kingston */
 #define        PCI_PRODUCT_KINGSTON_A2000      0x2263          /* A2000 */
+#define        PCI_PRODUCT_KINGSTON_NV2        0x5019          /* NV2 */
 
 /* Kioxia */
 #define        PCI_PRODUCT_KIOXIA_BG4  0x0001          /* BG4 */
index be604d2..d939503 100644 (file)
@@ -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 $       */
@@ -25355,6 +25355,10 @@ static const struct pci_known_product pci_known_products[] = {
            PCI_VENDOR_KINGSTON, PCI_PRODUCT_KINGSTON_A2000,
            "A2000",
        },
+       {
+           PCI_VENDOR_KINGSTON, PCI_PRODUCT_KINGSTON_NV2,
+           "NV2",
+       },
        {
            PCI_VENDOR_KIOXIA, PCI_PRODUCT_KIOXIA_BG4,
            "BG4",