|
From: frank m. h. <fm...@st...> - 2002-07-09 21:19:36
|
On Tue, 9 Jul 2002, Mitchell Ferschweiler wrote: > It works!! > > I think the problem was with the way I had PCMCIA setup in the new > kernel I compiled. I had support compiled in instead of as a module... There were some more fixes put in since the last time you tried, before I was trying to do memory mapped io without remapping the base address first. Now it checks whether it should use ioports or io memory. Would you send me the output of dmesg after you insert the card? It should print the io or memory region the card uses when you insert it (or you could cat /proc/ioports and /proc/iomem while ibtest is running). I'd like to know so I can hard-code the card's characteristics into the driver instead of having to work around my ignorance by probing the card in the driver. Oh, the compile error with verbose debugging turned on is fixed in cvs now. Frank |