[PATCH] pcmcia: properly handle static mem, but dynamic io sockets
authorDominik Brodowski <linux@dominikbrodowski.net>
Wed, 7 Dec 2005 11:32:20 +0000 (12:32 +0100)
committerDominik Brodowski <linux@dominikbrodowski.net>
Thu, 5 Jan 2006 23:27:43 +0000 (00:27 +0100)
commit3b27e9421a1433689704fe0a02e926d4ba971121
treec3ca9e3e929da1c48ce5d8e9fa6d0257b5b900f5
parentefe3cd105f2a19e72ce9280bb22c7c80752e4314
[PATCH] pcmcia: properly handle static mem, but dynamic io sockets

Some PCMCIA sockets have statically mapped memory windows, but dynamically
mapped IO windows. Using the "nonstatic" socket library is inpractical for
them, as they do neither need a resource database (as we can trust the
kernel resource database on m68k and ppc) nor lots of other features of that
library. Let them get a small "iodyn" socket library (105 lines of code)
instead.

Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
drivers/pcmcia/Kconfig
drivers/pcmcia/m8xx_pcmcia.c
drivers/pcmcia/rsrc_mgr.c