[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)
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>

No differences found