Summary: | [patch] QUIRK: KingDian S200 SSD which crashes when receiving a TRIM command | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Base System | Reporter: | Bertrand Petit <bsdpr> | ||||||
Component: | kern | Assignee: | Oleksandr Tymoshenko <gonzo> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | bsdpr, gonzo, njl | ||||||
Priority: | --- | Keywords: | patch | ||||||
Version: | 10.3-STABLE | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
Bertrand Petit
2017-10-05 19:53:11 UTC
Created attachment 187849 [details]
Same patch for 11-STABLE
Since the host this SSD is hooked on was upgraded to 11-STABLE, I merged the 10-STABLE fix to the 11-STABLE branch (svn 324612).
A commit references this bug: Author: gonzo Date: Fri Jan 18 04:23:52 UTC 2019 New revision: 343129 URL: https://svnweb.freebsd.org/changeset/base/343129 Log: [ata] Add workaround for KingDian S200 SSD crash on receiving TRIM command - Add ADA_Q_NO_TRIM quirk to be used with the device that falsely advertise TRIM support - Add ADA_Q_NO_TRIM entry for KingDian S200 SSD PR: 222802 Submitted by: Bertrand Petit <bsdpr@phoe.frmug.org> MFC after: 1 week Changes: head/sys/cam/ata/ata_da.c Fix has been committed. Thanks for submitting the patch. A commit references this bug: Author: gonzo Date: Sun Feb 3 22:45:50 UTC 2019 New revision: 343725 URL: https://svnweb.freebsd.org/changeset/base/343725 Log: MFC r343129: [ata] Add workaround for KingDian S200 SSD crash on receiving TRIM command - Add ADA_Q_NO_TRIM quirk to be used with the device that falsely advertise TRIM support - Add ADA_Q_NO_TRIM entry for KingDian S200 SSD PR: 222802 Submitted by: Bertrand Petit <bsdpr@phoe.frmug.org> Changes: _U stable/12/ stable/12/sys/cam/ata/ata_da.c A commit references this bug: Author: mav Date: Thu Aug 8 17:55:18 UTC 2019 New revision: 350765 URL: https://svnweb.freebsd.org/changeset/base/350765 Log: MFC r343129 (by gonzo): [ata] Add workaround for KingDian S200 SSD crash on receiving TRIM command - Add ADA_Q_NO_TRIM quirk to be used with the device that falsely advertise TRIM support - Add ADA_Q_NO_TRIM entry for KingDian S200 SSD PR: 222802 Changes: _U stable/11/ stable/11/sys/cam/ata/ata_da.c |