• Andrew Morton's avatar
    [PATCH] Make PCI scanning order the same as 2.4 · 609b0188
    Andrew Morton authored
    From: Chuck Ebbert <76306.1226@compuserve.com>
    
    2.4 builds its global PCI device list in breadth-first order.
    
    2.5 is doing the scan that way but defers the construction of the global list
    until later and then does it depth-first.  This causes devices to found in
    different order by drivers.  The below fixed that problem for me.
    
    Russell King has acked this change.
    609b0188
bus.c 3.42 KB