Carl-Daniel Hailfinger wrote:
This will break booting at least on qemu. Try applying it if your target shows any PCI/HT related funnies.
Signed-off-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
Nak at least from me.
die("The PCI scan code is broken");
This is not a very useful message. Even if it was improved I don't think die() is the right approach to solving this problem.
Better investigate what's going on and then attack it with solutions, rather than burying head in sand.
//Peter