Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

nvme-pci: add another device ID with stripe quirk

Adds a fourth Intel controller which has the "stripe" quirk.

Signed-off-by: David Wayne Fugate <david.fugate@intel.com>
Acked-by: Keith Busch <keith.busch@intel.com>
Acked-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Jens Axboe <axboe@kernel.dk>

authored by

David Wayne Fugate and committed by
Jens Axboe
f99cb7af 7722ecdc

+3
+3
drivers/nvme/host/pci.c
··· 2466 2466 { PCI_VDEVICE(INTEL, 0x0a54), 2467 2467 .driver_data = NVME_QUIRK_STRIPE_SIZE | 2468 2468 NVME_QUIRK_DEALLOCATE_ZEROES, }, 2469 + { PCI_VDEVICE(INTEL, 0x0a55), 2470 + .driver_data = NVME_QUIRK_STRIPE_SIZE | 2471 + NVME_QUIRK_DEALLOCATE_ZEROES, }, 2469 2472 { PCI_VDEVICE(INTEL, 0xf1a5), /* Intel 600P/P3100 */ 2470 2473 .driver_data = NVME_QUIRK_NO_DEEPEST_PS }, 2471 2474 { PCI_VDEVICE(INTEL, 0x5845), /* Qemu emulated controller */