cardbus: limit IO windows to 256 bytes
authorLinus Torvalds <torvalds@g5.osdl.org>
Sun, 23 Oct 2005 23:31:16 +0000 (16:31 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 23 Oct 2005 23:31:16 +0000 (16:31 -0700)
That's what we've always historically done, and bigger windows seem to
confuse some cardbus bridges. Or something.

Alan reports that this makes the ThinkPad 600x series work properly
again: the 4kB IO window for some reason made IDE DMA not work, which
makes IDE painfully slow even if it works after DMA timeouts.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found