|
@@ -2130,7 +2130,8 @@ static const struct pci_error_handlers nvme_err_handler = {
|
|
|
|
|
|
static const struct pci_device_id nvme_id_table[] = {
|
|
|
{ PCI_VDEVICE(INTEL, 0x0953),
|
|
|
- .driver_data = NVME_QUIRK_STRIPE_SIZE, },
|
|
|
+ .driver_data = NVME_QUIRK_STRIPE_SIZE |
|
|
|
+ NVME_QUIRK_DISCARD_ZEROES, },
|
|
|
{ PCI_VDEVICE(INTEL, 0x5845), /* Qemu emulated controller */
|
|
|
.driver_data = NVME_QUIRK_IDENTIFY_CNS, },
|
|
|
{ PCI_DEVICE_CLASS(PCI_CLASS_STORAGE_EXPRESS, 0xffffff) },
|