• Ivan Kokshaysky's avatar
    [PATCH] fix PCI bridge handling in probe.c · 90b8e1ed
    Ivan Kokshaysky authored
    As Ben pointed out, disabling the PCI-to-PCI bridge before scanning
    its secondary bus is a serious bug.
    
    It can easily crash even on PCs when booting with "pci=assign-busses"
    option. For example, that code completely disconnects the AGP bridge
    (along with VGA behind it) from the bus and then calls pci_do_scan_bus()
    where printks are quite possible.
    90b8e1ed
probe.c 16.5 KB