Re: Why does printk helps PCMCIA card to initialise?

2005-02-22 Thread Martin Drohmann
Russell King wrote: On Sun, Feb 20, 2005 at 12:38:17PM +, Russell King wrote: The first thing that needs solving is why you're getting the "odd IO request" crap. That may explain why the resource can't be allocated. In cs.c, alloc_io_space(), find the line: if (*base & ~(align-1)) { delet

Why does printk helps PCMCIA card to initialise?

2005-02-20 Thread Martin Drohmann
semaphore that is set around the allocate_resource? However, then my "solution" won't be very safe, although my card works perfectly now. I have only a very basic understanding of those kernel functions, and wonder if someone can tell me, what this is all about. Thanks, M