On Mon, 2006-09-04 at 12:21 +0100, Matt Callow wrote:
Matthew Garrett wrote:
This is something of a guess, but:
Building drivers into the kernel doesn't guarantee the order that they'll be initialised in,
Well, if they're in the standard initcall table then the driver init functions are called in the order the drivers were built into the kernel - directory order during compile and subsequent built-in.o processing.
Hard to guess right though.
Jon.