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 d5ceb4d commit 8d6e38fCopy full SHA for 8d6e38f
drivers/nvme/host/pci.c
@@ -3521,6 +3521,8 @@ static const struct pci_device_id nvme_id_table[] = {
3521
.driver_data = NVME_QUIRK_DISABLE_WRITE_ZEROES, },
3522
{ PCI_DEVICE(0x2646, 0x501E), /* KINGSTON OM3PGP4xxxxQ OS21011 NVMe SSD */
3523
3524
+ { PCI_DEVICE(0x1f40, 0x5236), /* Netac Technologies Co. NV7000 NVMe SSD */
3525
+ .driver_data = NVME_QUIRK_BOGUS_NID, },
3526
{ PCI_DEVICE(0x1e4B, 0x1001), /* MAXIO MAP1001 */
3527
.driver_data = NVME_QUIRK_BOGUS_NID, },
3528
{ PCI_DEVICE(0x1e4B, 0x1002), /* MAXIO MAP1002 */
0 commit comments