The pci scan can't go away to get the nasty BIOS ordering crap right.
Andre now has that code as it should be however. The scan loop is
basically no more than
pci_foreach_device_in_weird_ide_order()
{
call probe function(dev)
}
Which also means we are really really close to hot plug ide controllers.
The probe function->generic pci init->driver->generic->driver-> chain is
still too ugly but its getting better and lives in a struct now
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/