From nobody Sun Feb 27 20:34:42 2022 X-Original-To: dev-commits-src-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id EA10719D1E30; Sun, 27 Feb 2022 20:34:54 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4K6FcZ5nsfz4S1H; Sun, 27 Feb 2022 20:34:54 +0000 (UTC) (envelope-from hps@selasky.org) Received: from [10.36.2.165] (unknown [178.17.145.105]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id A274F2601B0; Sun, 27 Feb 2022 21:34:53 +0100 (CET) Message-ID: Date: Sun, 27 Feb 2022 21:34:42 +0100 List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-main@freebsd.org X-BeenThere: dev-commits-src-main@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:91.0) Gecko/20100101 Thunderbird/91.6.1 Subject: Re: git: 7520b88860d7 - main - usb(4): Automagically apply all quirks for USB mass storage devices. Content-Language: en-US To: Ruslan Bukin Cc: src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org References: <202202240930.21O9UFKS055179@gitrepo.freebsd.org> From: Hans Petter Selasky In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4K6FcZ5nsfz4S1H X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N On 2/27/22 20:48, Ruslan Bukin wrote: > Hi, > > I've an xhci issue with this change on my ARM Morello Board. > I've attached boot log. Can you look? > > Thanks. > > Ruslan Hi, The "xhci0: Resetting controller" indicates that the XHCI hardware halted. If you just need this device working, then just load usb_quirk.ko in /boot/loader.conf and add the same quirk there! man usb_quirk Maybe you can enable hw.usb.xhci.debug=17 from the loader during boot. If there is only one device it shouldn't spam the console too much. Sorry for the breakage. Seems to be related to xhci.c and probably its handling of the unconfigure command. --HPS