commit | 2b8d4669376332a6819e21994a78ecd5502d3ebc | [log] [tgz] |
---|---|---|
author | Dominik Brodowski <linux@dominikbrodowski.net> | Mon Aug 01 14:16:55 2005 +0200 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Aug 01 10:03:55 2005 -0700 |
tree | 05d172c75b940b119ff0a32744558ea88327ff8a | |
parent | b9c55d29e9fced1eb1b4c252b2efd4b55a0c3c7f [diff] |
[PATCH] pcmcia: defer ide-cs initialization after other IDE drivers started up Avoid registering PCMCIA CF cards before other IDE stuff. This means the risk of /dev/hd* being re-ordered is lessened. The _sane_ thing to assert any ordering is to use udev, nameif and so on, of course. Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org>