ichsmb(4) and msleep()

Hans Petter Selasky hps at selasky.org
Wed Aug 28 09:27:43 UTC 2019


On 2019-08-28 11:07, Yuri Pankov wrote:
> 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?
> 

If you only need a sleep-delay, pause() is the right one. It handles 
cold-boot.

--HPS



More information about the freebsd-hackers mailing list