From owner-freebsd-current@freebsd.org Fri May 7 19:43:53 2021 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 20F57639DE7 for ; Fri, 7 May 2021 19:43:53 +0000 (UTC) (envelope-from hlh@restart.be) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4FcLVJ6XD1z3HFf for ; Fri, 7 May 2021 19:43:52 +0000 (UTC) (envelope-from hlh@restart.be) Received: by mailman.nyi.freebsd.org (Postfix) id DE4FC639DE6; Fri, 7 May 2021 19:43:52 +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 DE1A1639E6A for ; Fri, 7 May 2021 19:43:52 +0000 (UTC) (envelope-from hlh@restart.be) Received: from tignes.restart.be (tignes.restart.be [37.187.123.11]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "tignes.restart.be", Issuer "CA master" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FcLVJ4z1Sz3HTc; Fri, 7 May 2021 19:43:52 +0000 (UTC) (envelope-from hlh@restart.be) X-Comment: SPF check N/A for local connections - client-ip=192.168.25.127; helo=restart.be; envelope-from=hlh@restart.be; receiver= DKIM-Filter: OpenDKIM Filter v2.10.3 tignes.restart.be 4FcLVG6LP9zCq Received: from restart.be (norquay.tunnel.bel [192.168.25.127]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.restart.be", Issuer "CA master" (verified OK)) by tignes.restart.be (Postfix) with ESMTPS id 4FcLVG6LP9zCq; Fri, 7 May 2021 21:43:50 +0200 (CEST) Received: from morzine.restart.bel (morzine.restart.be [IPv6:2001:41d0:a:f40b:1:1:0:1]) (authenticated bits=0) by restart.be (8.16.1/8.16.1) with ESMTPSA id 147E61VH055843 (version=TLSv1.3 cipher=TLS_AES_128_GCM_SHA256 bits=128 verify=OK); Fri, 7 May 2021 16:06:02 +0200 (CEST) (envelope-from hlh@restart.be) X-Authentication-Warning: norquay.restart.bel: Host morzine.restart.be [IPv6:2001:41d0:a:f40b:1:1:0:1] claimed to be morzine.restart.bel Subject: Re: CURRENT crashes at early boot on Lenovo T540p: rtsx to blame - 13.0-RELEASE crashes same way! To: lev@FreeBSD.org, current@freebsd.org, jsm@FreeBSD.org, gj@freebsd.org References: <740cd7a0-3faf-7a56-80f7-dbb9bdacb55b@FreeBSD.org> <37122994-8172-b943-2602-fd1b4e9af78a@FreeBSD.org> From: Henri Hennebert Message-ID: <2f4aa735-06f7-0665-1930-17d83f7ebbf4@restart.be> Date: Fri, 7 May 2021 16:06:01 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.9.1 MIME-Version: 1.0 In-Reply-To: <37122994-8172-b943-2602-fd1b4e9af78a@FreeBSD.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4FcLVJ4z1Sz3HTc X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.34 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: Fri, 07 May 2021 19:43:53 -0000 On 5/7/21 2:01 PM, Lev Serebryakov wrote: > On 07.05.2021 14:36, Lev Serebryakov wrote: > >>>    Looks like there is problem with rtsx driver! >>   Oh, I forgot to add: disabling SD Card Reader in BIOS solves problem! >> >>   And console on these crashes is totally dead, and disks are not detected >> yet, so I can not look at structures in memory and/or dump core. > > 13.0-RELEASE installation media crashes in same way if SD reader is enabled in > BIOS. > During kernel boot hit space. At prompt try set hint.rtsx.0.disabled="1" boot show if it save your boot to 13.0 Henri