Skip to content

Commit 9630d80

Browse files
mishamosherChristoph Hellwig
authored andcommitted
nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV3000
Added a quirk to fix the Netac NV3000 SSD reporting duplicate NGUIDs. Cc: <stable@vger.kernel.org> Signed-off-by: Elmer Miroslav Mosher Golovin <miroslav@mishamosher.com> Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
1 parent a61d265 commit 9630d80

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/nvme/host/pci.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3416,6 +3416,8 @@ static const struct pci_device_id nvme_id_table[] = {
34163416
.driver_data = NVME_QUIRK_DISABLE_WRITE_ZEROES, },
34173417
{ PCI_DEVICE(0x2646, 0x501E), /* KINGSTON OM3PGP4xxxxQ OS21011 NVMe SSD */
34183418
.driver_data = NVME_QUIRK_DISABLE_WRITE_ZEROES, },
3419+
{ PCI_DEVICE(0x1f40, 0x1202), /* Netac Technologies Co. NV3000 NVMe SSD */
3420+
.driver_data = NVME_QUIRK_BOGUS_NID, },
34193421
{ PCI_DEVICE(0x1f40, 0x5236), /* Netac Technologies Co. NV7000 NVMe SSD */
34203422
.driver_data = NVME_QUIRK_BOGUS_NID, },
34213423
{ PCI_DEVICE(0x1e4B, 0x1001), /* MAXIO MAP1001 */

0 commit comments

Comments
 (0)