Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Apr 2005 16:54:01 +0200
From:      Divacky Roman <xdivac02@stud.fit.vutbr.cz>
To:        Dipjyoti Saikia <dipjyoti.saikia@gmail.com>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: What is the best way to introduce delay in kernel ?
Message-ID:  <20050412145401.GA17895@stud.fit.vutbr.cz>
In-Reply-To: <dcbc809d050412053117299afa@mail.gmail.com>
References:  <dcbc809d050412053117299afa@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050412145401.GA17895>