Date: Wed, 28 Aug 2019 12:07:42 +0300 From: Yuri Pankov <yuripv@yuripv.net> To: freebsd-hackers@freebsd.org Subject: ichsmb(4) and msleep() Message-ID: <7dfebbd3-85d6-c7b7-b83b-fae8b644649e@yuripv.net>
next in thread | raw e-mail | index | archive | help
I have a "timed sleep before timers are working" panic in ichsmb_readb() calling ichsmb_wait() which uses msleep(). That is trying to jedec_dimm(4) module so it's trying to attach pretty early in boot. What would be the correct replacement for msleep() here?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7dfebbd3-85d6-c7b7-b83b-fae8b644649e>