Subject: time during autoconf ?
To: None <tech-kern@netbsd.org>
From: Manuel Bouyer <bouyer@antioche.eu.org>
List: tech-kern
Date: 06/22/2003 20:03:19
Hi,
is there some time information available in a MI way while doing autoconf,
when interrupts are not yet enabled ?

Basically, I want to defer IDE devices probe to do it with interrupts enabled.
I can reset the IDE bus when the controller is probed, and
wait for it to complete in my deffered callback (hoping it has completed while
other devices are being probed). However, I need to know the time 
between when the reset is initiated, and the deffered config callback is
called.

If this info isn't available, I can start the timeout when the callback is
called, but if we can shorten it by a few seconds it would be nice :)

-- 
Manuel Bouyer <bouyer@antioche.eu.org>
     NetBSD: 24 ans d'experience feront toujours la difference
--