Subject: Re: smartmedia adaptors
To: Manuel Bouyer <bouyer@antioche.lip6.fr>
From: Jukka Marin <jmarin@pyy.jmp.fi>
List: tech-kern
Date: 01/26/2000 23:52:29
On Wed, Jan 26, 2000 at 10:09:21PM +0100, Manuel Bouyer wrote:
> On Wed, Jan 26, 2000 at 08:04:25AM +0200, Jukka Marin wrote:
> > 	for (i = 0; i < 10000000; i++) {
> > 		if (something) break;
> > 		delay(50);
> > 	}
> > 
> > A small delay.. which can become a very large one.  (I have seen this
> > kind of loops somewhere..)
> 
> In wdcprobe() maybe ? :)

No, I think I saw it in the PCMCIA code before 1.4, actually.. probably gone
already :-)

  -jm