From owner-freebsd-current@freebsd.org Thu Aug 29 08:01:14 2019 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0AA47CE41A for ; Thu, 29 Aug 2019 08:01:14 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 46Jw6K6cPhz4Mlc for ; Thu, 29 Aug 2019 08:01:13 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id E2E24CE419; Thu, 29 Aug 2019 08:01:13 +0000 (UTC) Delivered-To: current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E2A23CE418 for ; Thu, 29 Aug 2019 08:01:13 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from mail.daemonic.se (mail.daemonic.se [176.58.89.161]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46Jw6K4Dh0z4Mlb; Thu, 29 Aug 2019 08:01:13 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from cid.daemonic.se (localhost [IPv6:::1]) by mail.daemonic.se (Postfix) with ESMTP id 46Jw696f6nz3l68; Thu, 29 Aug 2019 08:01:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mail.daemonic.se ([IPv6:::1]) (using TLS with cipher ECDHE-RSA-AES128-GCM-SHA256) by cid.daemonic.se (mailscanner.daemonic.se [IPv6:::1]) (amavisd-new, port 10587) with ESMTPS id MsXR_NuNYcpZ; Thu, 29 Aug 2019 08:01:05 +0000 (UTC) Received: from vivi.daemonic.se (vivi.daemonic.se [IPv6:2001:470:dca9:2::4]) by mail.daemonic.se (Postfix) with ESMTPSA id 46Jw6932bQz3c7W; Thu, 29 Aug 2019 08:01:05 +0000 (UTC) Subject: Re: ses no longer attaches To: Alexander Motin , imp@FreeBSD.org Cc: current@FreeBSD.org References: <90483961-9da2-fba1-21da-c38b28e99e06@freebsd.org> <41c91917-13c2-f3a7-d8fd-6464c2ce3c6d@freebsd.org> <2ecfba45-2819-947a-9744-1f06f3304eee@FreeBSD.org> From: Niclas Zeising Message-ID: <5a970845-11c1-07f6-5310-2e1101f0b83f@freebsd.org> Date: Thu, 29 Aug 2019 10:01:02 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.0 MIME-Version: 1.0 In-Reply-To: <2ecfba45-2819-947a-9744-1f06f3304eee@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 46Jw6K4Dh0z4Mlb X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; ASN(0.00)[asn:36236, ipnet:176.58.89.0/24, country:US] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Aug 2019 08:01:14 -0000 On 2019-08-29 00:07, Alexander Motin wrote: > On 27.08.2019 19:15, Niclas Zeising wrote: >> I did some more digging. r351355 is ok, while r351356 is bad.=C2=A0 Th= is is >> Warner's (CC:d) commit to add RST support to nvme, however, I'm using = a >> ssd drive connected to ahci. >> >> What happens is that the ses driver doesn't attach to the AHCI SGPIO >> enclosure.=C2=A0 This is on a laptop with an ssd (not an nvme) drive.=C2= =A0 I have >> the same issue on another computer as well.=C2=A0 On the broken kernel= , >> sesutil status complains about "No SES devices found", on the working >> kernel it reports "ok". >=20 > Thank you for the report. r351589 should fix it. >=20 I can confirm that it works. Thanks for fixing it! Regards --=20 Niclas Zeising