http://bugzilla.kernel.org/show_bug.cgi?id=7306
------- Comment #20 from [EMAIL PROTECTED] 2008-07-30 21:40 ------- I think I see the problem. In your dmesg, one can see: PCI host bridge /[EMAIL PROTECTED] (primary) ranges: IO 0x00000000fe000000..0x00000000fe7fffff -> 0x0000000000000000 MEM 0x00000000fd000000..0x00000000fdffffff -> 0x0000000000000000 MEM 0x0000000080000000..0x00000000fcffffff -> 0x0000000080000000 That means that the region at 0xfd000000 is mapped to 0 ... not 0xfd000000 on the PCI side. ie. It's not a 1:1 mapping, but rather it's a way to access the ISA memory space on the PCI side. As such it should -not- have been added to the PCI host bridge resources. I'll see if I can find why the kernel is getting that wrong. Cheers, Ben. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. _______________________________________________ Linux PCMCIA reimplementation list http://lists.infradead.org/mailman/listinfo/linux-pcmcia
