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 f965b28 commit 5c3f406Copy full SHA for 5c3f406
drivers/nvme/host/pci.c
@@ -3329,7 +3329,8 @@ static const struct pci_device_id nvme_id_table[] = {
3329
{ PCI_VDEVICE(INTEL, 0x0a54), /* Intel P4500/P4600 */
3330
.driver_data = NVME_QUIRK_STRIPE_SIZE |
3331
NVME_QUIRK_DEALLOCATE_ZEROES |
3332
- NVME_QUIRK_IGNORE_DEV_SUBNQN, },
+ NVME_QUIRK_IGNORE_DEV_SUBNQN |
3333
+ NVME_QUIRK_BOGUS_NID, },
3334
{ PCI_VDEVICE(INTEL, 0x0a55), /* Dell Express Flash P4600 */
3335
3336
NVME_QUIRK_DEALLOCATE_ZEROES, },
0 commit comments