};
 
 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 */