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 2cf7a77 commit c98a879Copy full SHA for c98a879
drivers/nvme/host/pci.c
@@ -3445,7 +3445,8 @@ static const struct pci_device_id nvme_id_table[] = {
3445
{ PCI_VDEVICE(REDHAT, 0x0010), /* Qemu emulated controller */
3446
.driver_data = NVME_QUIRK_BOGUS_NID, },
3447
{ PCI_DEVICE(0x126f, 0x2263), /* Silicon Motion unidentified */
3448
- .driver_data = NVME_QUIRK_NO_NS_DESC_LIST, },
+ .driver_data = NVME_QUIRK_NO_NS_DESC_LIST |
3449
+ NVME_QUIRK_BOGUS_NID, },
3450
{ PCI_DEVICE(0x1bb1, 0x0100), /* Seagate Nytro Flash Storage */
3451
.driver_data = NVME_QUIRK_DELAY_BEFORE_CHK_RDY |
3452
NVME_QUIRK_NO_NS_DESC_LIST, },
0 commit comments