Skip to content

Commit bd029a0

Browse files
Jim.Linkeithbusch
authored andcommitted
nvme-pci: disable write zeroes for SK Hynix BC901
SK Hynix BC901 drive write zero will cause Chromebook takes more than 20 mins to switch to developer mode "disable write zeroes" can fix this issue and Sk Hynix has been verified. Signed-off-by: Jim.Lin <jim.lin@siliconmotion.com> Signed-off-by: Keith Busch <kbusch@kernel.org>
1 parent f644d21 commit bd029a0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/nvme/host/pci.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3394,6 +3394,8 @@ static const struct pci_device_id nvme_id_table[] = {
33943394
.driver_data = NVME_QUIRK_DISABLE_WRITE_ZEROES, },
33953395
{ PCI_DEVICE(0x1c5c, 0x174a), /* SK Hynix P31 SSD */
33963396
.driver_data = NVME_QUIRK_BOGUS_NID, },
3397+
{ PCI_DEVICE(0x1c5c, 0x1D59), /* SK Hynix BC901 */
3398+
.driver_data = NVME_QUIRK_DISABLE_WRITE_ZEROES, },
33973399
{ PCI_DEVICE(0x15b7, 0x2001), /* Sandisk Skyhawk */
33983400
.driver_data = NVME_QUIRK_DISABLE_WRITE_ZEROES, },
33993401
{ PCI_DEVICE(0x1d97, 0x2263), /* SPCC */

0 commit comments

Comments
 (0)