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 roman _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

