We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a61d265 commit 9630d80Copy full SHA for 9630d80
drivers/nvme/host/pci.c
@@ -3416,6 +3416,8 @@ static const struct pci_device_id nvme_id_table[] = {
3416
.driver_data = NVME_QUIRK_DISABLE_WRITE_ZEROES, },
3417
{ PCI_DEVICE(0x2646, 0x501E), /* KINGSTON OM3PGP4xxxxQ OS21011 NVMe SSD */
3418
3419
+ { PCI_DEVICE(0x1f40, 0x1202), /* Netac Technologies Co. NV3000 NVMe SSD */
3420
+ .driver_data = NVME_QUIRK_BOGUS_NID, },
3421
{ PCI_DEVICE(0x1f40, 0x5236), /* Netac Technologies Co. NV7000 NVMe SSD */
3422
.driver_data = NVME_QUIRK_BOGUS_NID, },
3423
{ PCI_DEVICE(0x1e4B, 0x1001), /* MAXIO MAP1001 */
0 commit comments