Subject: Re: cardbus code without busy wait
To: Hayakawa Koichi <haya@arch.sony.co.jp>
From: Jason Thorpe <thorpej@nas.nasa.gov>
List: tech-kern
Date: 01/19/2000 17:35:27
On Thu, 20 Jan 2000 09:51:39 +0900 
 Hayakawa Koichi <haya@arch.sony.co.jp> wrote:

 >  > Probably what you could do is use config_interrupts(), at which point tsleep()
 >  > can work since the clock is running (you're on proc0's thread context).
 > 
 > Hmmm.  You means device configuration process will be
 > finished before root device searching to use
 > config_interrputs(), under thread context, don't you?

Yah.  Sigh.

I had an idea on this earlier today, and I'll try to write something up
and post about it soon'ish.

        -- Jason R. Thorpe <thorpej@nas.nasa.gov>