The branch main has been updated by imp:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=a6cef617660a424fcaa8343787f96d0ae720a284

commit a6cef617660a424fcaa8343787f96d0ae720a284
Author:     Warner Losh <i...@freebsd.org>
AuthorDate: 2024-02-19 05:10:55 +0000
Commit:     Warner Losh <i...@freebsd.org>
CommitDate: 2024-02-19 05:18:38 +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
---
 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 ba02f33082b0..f5d3aeca9329 100644
--- a/sys/cam/ata/ata_da.c
+++ b/sys/cam/ata/ata_da.c
@@ -813,6 +813,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 */
                {

Reply via email to