commit | eb0a90b4970d667e9ae9df538710f12b8e78e442 | [log] [tgz] |
---|---|---|
author | Dominik Brodowski <linux@dominikbrodowski.net> | Tue Jul 12 13:58:17 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Jul 12 16:01:00 2005 -0700 |
tree | 341f050368edbe235e3515032d5b6797545b7745 | |
parent | 278798357d4a8658067dc9ac399d8ffba8389f03 [diff] |
[PATCH] yenta: allocate resource fixes The current CardBus window allocation code in yenta_socket is unable to handle the transparent PCI-bridge handling update in 2.6.13. We need to check _all_ resources of a given type to find the best one suitable for CardBus windows, not just the first one. Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>