[Bug 270805] loader.efi: crashes with USB device attached

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 22 Apr 2023 13:52:17 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270805

--- Comment #15 from Mark Millard <marklmi26-fbsd@yahoo.com> ---
(In reply to Robert Clausecker from comment #13)

Looking again at the log for the successful boot that I was
referencing, it is not as I said (from grep for usb/uhub
references):

Dec 31 16:00:24 CA72_4c8G_ZFS kernel: uhub0 on usbus0
Dec 31 16:00:24 CA72_4c8G_ZFS kernel: uhub0: <Generic XHCI root HUB, class 9/0,
rev 3.00/1.00, addr 1> on usbus0
Dec 31 16:00:24 CA72_4c8G_ZFS kernel: uhub0: 6 ports with 6 removable, self
powered
Dec 31 16:00:24 CA72_4c8G_ZFS kernel: uhub2 on uhub0
Dec 31 16:00:24 CA72_4c8G_ZFS kernel: uhub2: <GenesysLogic USB3.2 Hub, class
9/0, rev 3.20/61.24, addr 4> on usbus0
Dec 31 16:00:24 CA72_4c8G_ZFS kernel: uhub2: 4 ports with 3 removable, self
powered
Dec 31 16:00:24 CA72_4c8G_ZFS kernel: umass0 on uhub2
Dec 31 16:00:24 CA72_4c8G_ZFS kernel: umass0: <Samsung PSSD T7 Touch, class
0/0, rev 3.20/1.00, addr 6> on usbus0

(That was a USB-A connection.)

(Unfortunately, no logs from the failing contexts. Tomorrow
I can likely scroll back on screen and find and record where
it reports umass0 as being when I use USB-C, tracing back to
where the XHCI root HUB is.)

But your log's subsequence is the same:

uhub0 on usbus0
uhub0: <Generic XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0
usbus0: 5.0Gbps Super Speed USB v3.0
uhub0: 6 ports with 6 removable, self powered
uhub2: <GenesysLogic USB3.2 Hub, class 9/0, rev 3.20/61.24, addr 3> on usbus0
uhub2: 4 ports with 3 removable, self powered
uhub2 on uhub0
uhub2: <GenesysLogic USB3.2 Hub, class 9/0, rev 3.20/61.24, addr 3> on usbus0
umass0 on uhub2
umass0: <ASMedia AS2115, class 0/0, rev 3.00/0.01, addr 5> on usbus0

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