Skip to content

Commit 5c3f406

Browse files
committed
nvme-pci: add BOGUS_NID for Intel 0a54 device
These ones claim cmic and nmic capable, so need special consideration to ignore their duplicate identifiers. Link: https://bugzilla.kernel.org/show_bug.cgi?id=217981 Reported-by: [email protected] Signed-off-by: Keith Busch <[email protected]>
1 parent f965b28 commit 5c3f406

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/nvme/host/pci.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3329,7 +3329,8 @@ static const struct pci_device_id nvme_id_table[] = {
33293329
{ PCI_VDEVICE(INTEL, 0x0a54), /* Intel P4500/P4600 */
33303330
.driver_data = NVME_QUIRK_STRIPE_SIZE |
33313331
NVME_QUIRK_DEALLOCATE_ZEROES |
3332-
NVME_QUIRK_IGNORE_DEV_SUBNQN, },
3332+
NVME_QUIRK_IGNORE_DEV_SUBNQN |
3333+
NVME_QUIRK_BOGUS_NID, },
33333334
{ PCI_VDEVICE(INTEL, 0x0a55), /* Dell Express Flash P4600 */
33343335
.driver_data = NVME_QUIRK_STRIPE_SIZE |
33353336
NVME_QUIRK_DEALLOCATE_ZEROES, },

0 commit comments

Comments
 (0)