Re: Scheduling a recurring task in a device driver

2002-10-21 Thread Terry Lambert
"M. Warner Losh" wrote: > In message: <[EMAIL PROTECTED]> > Luigi Rizzo <[EMAIL PROTECTED]> writes: > : 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

Re: Scheduling a recurring task in a device driver

2002-10-21 Thread M. Warner Losh
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 e

Scheduling a recurring task in a device driver

2002-10-21 Thread David Christensen
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? David Christensen To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message