Subject: Re: PCMCIA madness
To: None <fair@clock.org>
From: Lennart Augustsson <augustss@cs.chalmers.se>
List: tech-kern
Date: 09/07/1998 09:22:27
> This sounds like a job for timeout();
It is a job for timeout().  But you need some serios restructuring to
be able to call timeout(), because the call to delay() is from an
interrupt context where timeout() is not possible.

          -- Lennart