On Sat, Jul 16, 2005 at 05:12:58PM +0200, Dominik Brodowski wrote:
> Could you send me the output of /proc/iomem on both a working kernel and on
> 2.6.13-rc3-APM, please?

Dominik, I'd suggest looking elsewhere.  The memory regions must be
free to be able to call into readable(), and therefore pccard_validate_cis().

What seems to be happening is that s->ops->set_mem_map in set_cis_map
is returning an error, causing it to free the ioremapped region
multiple times.  Maybe the card has an invalid CIS causing an out
of range card_start to be requested?

-- 
Russell King
 Linux kernel    2.6 ARM Linux   - http://www.arm.linux.org.uk/
 maintainer of:  2.6 Serial core
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to