git: 47fff7407c22 - stable/14 - ada: Another NCQ Trim instability drive
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Mar 2024 04:51:57 UTC
The branch stable/14 has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=47fff7407c22c2c4b36b4f9f27ddfa70bb8f3fee
commit 47fff7407c22c2c4b36b4f9f27ddfa70bb8f3fee
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2024-02-19 05:10:55 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-03-12 04:46:28 +0000
ada: Another NCQ Trim instability drive
The Seagate IronWolf 110 SATA SSD drive has been reported to be unstable
with NCQ trim enabled.
PR: 264139
Sponsored by: Netflix
(cherry picked from commit a6cef617660a424fcaa8343787f96d0ae720a284)
---
sys/cam/ata/ata_da.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/sys/cam/ata/ata_da.c b/sys/cam/ata/ata_da.c
index e9a1c175f333..fc4dc91f9d54 100644
--- a/sys/cam/ata/ata_da.c
+++ b/sys/cam/ata/ata_da.c
@@ -814,6 +814,11 @@ static struct ada_quirk_entry ada_quirk_table[] =
{ T_DIRECT, SIP_MEDIA_FIXED, "*", "WDC WDS?????G0*", "*" },
/*quirks*/ADA_Q_4K | ADA_Q_NCQ_TRIM_BROKEN
},
+ {
+ /* Seagate IronWolf 110 SATA SSD NCQ Trim is unstable */
+ { T_DIRECT, SIP_MEDIA_FIXED, "*", "ZA*NM*", "*" },
+ /*quirks*/ADA_Q_4K | ADA_Q_NCQ_TRIM_BROKEN
+ },
{
/* Default */
{