Subject: Re: microtime
To: Jason R Thorpe <thorpej@wasabisystems.com>
From: Gregory McGarry <g.mcgarry@ieee.org>
List: tech-kern
Date: 08/02/2002 17:08:38
Jason R Thorpe wrote:

> On Fri, Aug 02, 2002 at 09:19:22AM +1200, Gregory McGarry wrote:
> 
>  > DELAY() and delay() do the same thing.  DELAY() is the correct API to use.
>  > I'm planning to nuke delay() from MI code soon, to align with FreeBSD.
> 
> Why is DELAY() the correct API to use?

In terms of hardware handshake, then perhaps it isn't.  In the context
of delay() and DELAY() doing the same thing, then it doesn't make
sense to me to have both.  Is that what you meant?

	-- Gregory McGarry <g.mcgarry@ieee.org>