[PATCH] pcmcia: update alloc_io_space for conflict checking for multifunction PC...
authorKaustav Majumdar <kaustav.majumdar@wipro.com>
Fri, 20 Oct 2006 21:44:09 +0000 (14:44 -0700)
committerDominik Brodowski <linux@dominikbrodowski.net>
Thu, 26 Oct 2006 01:59:39 +0000 (21:59 -0400)
commit4708b5faf7c53bb4128d34267bdfe4b8c74b488a
treeb97be8152e28bb0e2f9d992e7b810cb2366c0a73
parent01918d16c837485ceba92d48fb734cf520e61144
[PATCH] pcmcia: update alloc_io_space for conflict checking for multifunction PC card

Some PCMCIA cards do not mention specific IO addresses in the CIS.  In that
case, inside the alloc_io_space function, conflicts are detected (the
function returns 1) for the second function of a multifunction card unless
the length of IO address range required is greater than 0x100.

The following patch will remove this conflict checking for a PCMCIA
function which had not mentioned any specific IO address to be mapped from.

The patch is tested for Linux kernel 2.6.15.4 and works fine in the above
case and is as suggested by Dave Hinds.

Signed-off-by: Kaustav Majumdar <kaustav.majumdar@wipro.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
drivers/pcmcia/pcmcia_resource.c