From: Manuel L. <ma...@ro...> - 2007-03-02 06:06:16
|
On Thu, Mar 01, 2007 at 11:43:28PM +0000, Kristoffer Ericson wrote: > + .start = 0x1f0 + 0x206, <------------ Error? > + .end = 0x1f0 +8 + 0x206 + 8, > + .flags = IORESOURCE_IO, 3f6 is correct. .end should be 3f7. (have alook at arch/sh/cchips/hd6446x/hd64461/io.c::PORT2ADDR()). Maybe you could even use the "real" MMIO addresses of the hd64461 pcmcia0 region (0xb50001f0), and one day get rid of that ugly io.c file altogether... -- ml. |