In message: <[EMAIL PROTECTED]>
            Luigi Rizzo <[EMAIL PROTECTED]> writes:
: On Mon, Oct 21, 2002 at 09:20:52AM -0700, David Christensen wrote:
: > A device driver I'm porting from Linux uses tasklets to schedule a
: > recurring
: > event to work around a hardware bug.  What would be the equivalent in
: > FreeBSD?
: 
: a timeout() call will do (at most once per tick). grep for "timeout("
: in most of device drivers to see how to use it.

Also, A software interrupt would be good too, depending on the nature
of the recurring event.

Warner

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

Reply via email to