Subject: Re: PCMCIA madness
To: Lennart Augustsson <augustss@cs.chalmers.se>
From: Erik E. Fair <fair@clock.org>
List: tech-kern
Date: 09/06/1998 18:37:57
This sounds like a job for timeout(); just put a lockout in front of the
driver access routines that prevent them from doing things while the timer
is ticking (probably block), and make the lockout go away after timeout
calls the callback routine after 0.5 seconds.

	Erik <fair@clock.org>