Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Dec 2017 09:48:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 210686] NCQ_TRIM_BROKEN quirk mismatch
Message-ID:  <bug-210686-8-L5yZyxKBg9@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-210686-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-210686-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210686

--- Comment #11 from Tomoaki AOKI <junchoon@dec.sakura.ne.jp> ---
(In reply to Vladimir from comment #10)

As shown on commit hook (comment 9), this patch is MFC'ed to stable/11.
But if you're on 11.1-RELEASE or 11-RELEASE, you should add below on
/boot/loader.conf.

 If no other quirks is required:
    kern.cam.ada.0.quirks=3D"0x0"

 If you need 4k quirks but want to drop NCQ_TRIM one:
    kern.cam.ada.0.quirks=3D"0x1"

      *4k one is bit0 (0x1), and NCQ_TRIM one is bit1 (0x2).

The example above assumes the affected drive is recognized as ada0.
You should change "ada.0" to whatever appropreate.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-210686-8-L5yZyxKBg9>