In message: <[EMAIL PROTECTED]>
            Divacky Roman <[EMAIL PROTECTED]> writes:
: On Tue, Apr 12, 2005 at 06:01:52PM +0530, Dipjyoti Saikia wrote:
: > Hi ,
: > 
: > I am writing a device driver and using  DELAY() to intoduce delays in
: > my code .Are there any better ways of doing the same for FreeBSD 4.10
: > ?
: 
: 
: you can use [tm]sleep for this... or with another approach callouts might be
: usefull

DELAY is useful for short delays (< 1-2hz), while [tm]sleep are useful
for longer delays.

Warner
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to