]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
nvme: document quirked Intel models
authorDavid Fugate <david.fugate@linux.intel.com>
Thu, 2 Jul 2020 21:31:22 +0000 (15:31 -0600)
committerChristoph Hellwig <hch@lst.de>
Wed, 8 Jul 2020 14:16:20 +0000 (16:16 +0200)
Documented model names of Intel SSDs requiring quirks.

Signed-off-by: David Fugate <david.fugate@linux.intel.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/pci.c

index b3538141ec11def1d66ec59303b6589fdaa992cb..83585ed5ec1ffd0a2aa5f13b1647899b05d6326b 100644 (file)
@@ -3079,16 +3079,16 @@ static const struct pci_error_handlers nvme_err_handler = {
 };
 
 static const struct pci_device_id nvme_id_table[] = {
-       { PCI_VDEVICE(INTEL, 0x0953),
+       { PCI_VDEVICE(INTEL, 0x0953),   /* Intel 750/P3500/P3600/P3700 */
                .driver_data = NVME_QUIRK_STRIPE_SIZE |
                                NVME_QUIRK_DEALLOCATE_ZEROES, },
-       { PCI_VDEVICE(INTEL, 0x0a53),
+       { PCI_VDEVICE(INTEL, 0x0a53),   /* Intel P3520 */
                .driver_data = NVME_QUIRK_STRIPE_SIZE |
                                NVME_QUIRK_DEALLOCATE_ZEROES, },
-       { PCI_VDEVICE(INTEL, 0x0a54),
+       { PCI_VDEVICE(INTEL, 0x0a54),   /* Intel P4500/P4600 */
                .driver_data = NVME_QUIRK_STRIPE_SIZE |
                                NVME_QUIRK_DEALLOCATE_ZEROES, },
-       { PCI_VDEVICE(INTEL, 0x0a55),
+       { PCI_VDEVICE(INTEL, 0x0a55),   /* Dell Express Flash P4600 */
                .driver_data = NVME_QUIRK_STRIPE_SIZE |
                                NVME_QUIRK_DEALLOCATE_ZEROES, },
        { PCI_VDEVICE(INTEL, 0xf1a5),   /* Intel 600P/P3100 */