[PATCH] fix PCI bridge handling in probe.c
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.
Showing
Please register or sign in to comment