In message <[EMAIL PROTECTED]>, John Baldwin writes:

>As for the micruptime()
>messages on boot, they only occur here on a UP kernel.  On an SMP kernel I
>don't get them.  Also, they always occur during mi_switch() when an interrupt
>thread is finishing and going back to sleep.  The first such thread to be run
>to generate thet error message is the irq0: clk ithread, so the clk ithread is
>running fine.

The microuptime() messages occur because the timecounters expect the
i8254 clock interrupt to run "hz" times per second, and it doesn't.

In particular it doesn't during then 10-20 seconds we probe/attach
devices.

--
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
[EMAIL PROTECTED]         | TCP/IP since RFC 956
FreeBSD coreteam member | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to