OSDN Git Service

NVMe: Add Quirk Delay before CHK RDY for Seagate Nytro Flash Storage
authorMicah Parrish <micah.parrish@hpe.com>
Thu, 12 Apr 2018 19:25:25 +0000 (13:25 -0600)
committerKeith Busch <keith.busch@intel.com>
Thu, 26 Apr 2018 19:44:55 +0000 (13:44 -0600)
commit0302ae60fc2368de5c561be49e2d9ea26dd462de
tree161338136aa2bf60f768809ef54a7fc6281afbb2
parentcde6bf4f440631b2735be83c39426f4f469b0b21
NVMe: Add Quirk Delay before CHK RDY for Seagate Nytro Flash Storage

Add Seagate Nytro Flash Storage nvme drive to quirk list for
NVME_QUIRK_DELAY_BEFORE_CHK_RDY, which solves a bug where the drive is
probed on hot-add before the firmare is ready, I/O errors are generated
while reading sector 0, and linux is "unable to read partition table".

Signed-off-by: Micah Parrish <micah.parrish@hpe.com>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Keith Busch <keith.busch@intel.com>
drivers/nvme/host/pci.c