git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9c55d2
)
[PATCH] pcmcia: defer ide-cs initialization after other IDE drivers started up
author
Dominik Brodowski
<linux@dominikbrodowski.net>
Mon, 1 Aug 2005 12:16:55 +0000
(14:16 +0200)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Mon, 1 Aug 2005 17:03:55 +0000
(10:03 -0700)
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>
No differences found