[PATCH 08/12] PCI: remove initial bios sort of PCI devices on x86

2008-02-14 Thread Greg Kroah-Hartman
We currently keep 2 lists of PCI devices in the system, one in the driver core, and one all on its own. This second list is sorted at boot time, in "BIOS" order, to try to remain compatible with older kernels (2.2 and earlier days). There was also a "nosort" option to turn this sorting off, to

[PATCH 08/12] PCI: remove initial bios sort of PCI devices on x86

2008-02-14 Thread Greg Kroah-Hartman
We currently keep 2 lists of PCI devices in the system, one in the driver core, and one all on its own. This second list is sorted at boot time, in BIOS order, to try to remain compatible with older kernels (2.2 and earlier days). There was also a nosort option to turn this sorting off, to