From 6fbd17e2aa1000c739da81e0e6cdff871838fe06 Mon Sep 17 00:00:00 2001 From: kettenis Date: Mon, 13 Mar 2023 07:30:11 +0000 Subject: [PATCH] Add Kingston NV2 NVMe drive. --- sys/dev/pci/pcidevs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 8305e90aefb..1d9e3f7538e 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$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 $ */ /* @@ -7009,6 +7009,7 @@ product JMICRON XD_2 0x2394 xD /* Kingston */ product KINGSTON A2000 0x2263 A2000 +product KINGSTON NV2 0x5019 NV2 /* Kioxia */ product KIOXIA BG4 0x0001 BG4 -- 2.20.1