Skip to content
Commit 3b27e942 authored by Dominik Brodowski's avatar Dominik Brodowski
Browse files

[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: default avatarDominik Brodowski <linux@dominikbrodowski.net>
parent efe3cd10
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment