[PATCH] nvme-pci: add another device ID with stripe quirk
Zheng Wu
wu.zheng at intel.com
Tue Mar 16 16:12:05 GMT 2021
From: Wu Zheng <wu.zheng at intel.com>
Adds the Intel controller of P5510 which has the "stripe" quirk.
Signed-off-by: Zheng Wu <wu.zheng at intel.com>
Signed-off-by: Ye Jinhe <jinhe.ye at intel.com>
---
drivers/nvme/host/pci.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c
index 7249ae7..46b872d 100644
--- a/drivers/nvme/host/pci.c
+++ b/drivers/nvme/host/pci.c
@@ -3221,6 +3221,9 @@ static const struct pci_device_id nvme_id_table[] = {
{ PCI_VDEVICE(INTEL, 0x0a55), /* Dell Express Flash P4600 */
.driver_data = NVME_QUIRK_STRIPE_SIZE |
NVME_QUIRK_DEALLOCATE_ZEROES, },
+ { PCI_VDEVICE(INTEL, 0x0b60), /* Intel P5510 */
+ .driver_data = NVME_QUIRK_STRIPE_SIZE |
+ NVME_QUIRK_DEALLOCATE_ZEROES, },
{ PCI_VDEVICE(INTEL, 0xf1a5), /* Intel 600P/P3100 */
.driver_data = NVME_QUIRK_NO_DEEPEST_PS |
NVME_QUIRK_MEDIUM_PRIO_SQ |
--
2.7.4
More information about the Linux-nvme
mailing list