[Bug 266480] Panic "sleeping thread" with qlnxe driver

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 21 Nov 2022 10:02:42 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266480

--- Comment #2 from Zhenlei Huang <zlei.huang@gmail.com> ---
(In reply to Zhenlei Huang from comment #1)

> I guess this happens when your box is hot rebooted.

> Can you please try cold reboot (shutdown -p and then startup) your box and try again?

Sorry that is probably not OK as it is too late.
 `sys/x86/x86/autoconf.c` will set `cold` to 0 right after finishing device
probing, before rc(8) have a chance to run ( rc(8) is called by init(8) which
runs after device probing).

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