commit | 4196c3af25d98204216a5d6c37ad2cb303a1f2bf | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@g5.osdl.org> | Sun Oct 23 16:31:16 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Oct 23 16:31:16 2005 -0700 |
tree | ac636ec99466e67eaa1b52555517a48a1c4fcb35 | |
parent | 9092b20803e4b3b3a480592794a73030f17370b3 [diff] |
cardbus: limit IO windows to 256 bytes 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>