From owner-freebsd-current@freebsd.org Fri Jul 5 22:06:24 2019 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB33615D611E for ; Fri, 5 Jul 2019 22:06:24 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [88.99.82.50]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6B2FA8C17B for ; Fri, 5 Jul 2019 22:06:23 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.129.235]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 70D682604A5; Sat, 6 Jul 2019 00:06:16 +0200 (CEST) Subject: Re: Problem with USB after r349133 To: lausts@acm.org, FreeBSD Current References: <24b7304b-ce03-9be4-7b37-32b2d1d0f8ed@acm.org> From: Hans Petter Selasky Message-ID: <9dd97691-8a5a-03d2-98a1-4ad952298f64@selasky.org> Date: Sat, 6 Jul 2019 00:05:40 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <24b7304b-ce03-9be4-7b37-32b2d1d0f8ed@acm.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 6B2FA8C17B X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of hps@selasky.org designates 88.99.82.50 as permitted sender) smtp.mailfrom=hps@selasky.org X-Spamd-Result: default: False [-6.42 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+a:mail.turbocat.net]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[selasky.org]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[cached: mail.turbocat.net]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_SHORT(-0.93)[-0.925,0]; IP_SCORE(-3.18)[ip: (-9.39), ipnet: 88.99.0.0/16(-4.74), asn: 24940(-1.78), country: DE(-0.01)]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:88.99.0.0/16, country:DE]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] 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: Fri, 05 Jul 2019 22:06:25 -0000 On 2019-07-05 17:38, Thomas Laus wrote: > I upgraded to CURRENT r349575 this week and my Dell Inspiron laptop > stops processing the rc.conf with this message that repeats until I > perform a hard power button reset, ctl-alt-del has no effect: > > Root mount waiting for USBUS7 USBUS6 .... USBUS0. > > I booted my kernel.old and everything is fine at r349133. I performed > another CURRENT update today to r349765 and got the same result. Has > there been any significant changes to the USB probing and mounting in > the last few weeks. All of my desktops are not seeing this problem, it > is only my Dell laptop. > There has been very few USB changes, except for ACPI USB support in: https://svnweb.freebsd.org/changeset/base/349161 https://svnweb.freebsd.org/changeset/base/349251 --HPS