Skip to content

Commit 8d6e38f

Browse files
tiagodferChristoph Hellwig
authored andcommitted
nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV7000
Added a quirk to fix the Netac NV7000 SSD reporting duplicate NGUIDs. Cc: <[email protected]> Signed-off-by: Tiago Dias Ferreira <[email protected]> Reviewed-by: Chaitanya Kulkarni <[email protected]> Signed-off-by: Christoph Hellwig <[email protected]>
1 parent d5ceb4d commit 8d6e38f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/nvme/host/pci.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3521,6 +3521,8 @@ static const struct pci_device_id nvme_id_table[] = {
35213521
.driver_data = NVME_QUIRK_DISABLE_WRITE_ZEROES, },
35223522
{ PCI_DEVICE(0x2646, 0x501E), /* KINGSTON OM3PGP4xxxxQ OS21011 NVMe SSD */
35233523
.driver_data = NVME_QUIRK_DISABLE_WRITE_ZEROES, },
3524+
{ PCI_DEVICE(0x1f40, 0x5236), /* Netac Technologies Co. NV7000 NVMe SSD */
3525+
.driver_data = NVME_QUIRK_BOGUS_NID, },
35243526
{ PCI_DEVICE(0x1e4B, 0x1001), /* MAXIO MAP1001 */
35253527
.driver_data = NVME_QUIRK_BOGUS_NID, },
35263528
{ PCI_DEVICE(0x1e4B, 0x1002), /* MAXIO MAP1002 */

0 commit comments

Comments
 (0)