提交 eff06ef0 编写于 作者: O Olof Johansson 提交者: Michael Ellerman

powerpc/pasemi: Set PCI_SCAN_ALL_PCI_DEVS

Needed on Amiga X1000 with SB600.
Reported-by: NChristian Zigotzky <chzigotzky@xenosoft.de>
Signed-off-by: NOlof Johansson <olof@lixom.net>
Signed-off-by: NMichael Ellerman <mpe@ellerman.id.au>
上级 a5db5060
...@@ -224,6 +224,8 @@ void __init pas_pci_init(void) ...@@ -224,6 +224,8 @@ void __init pas_pci_init(void)
return; return;
} }
pci_set_flags(PCI_SCAN_ALL_PCIE_DEVS);
for (np = NULL; (np = of_get_next_child(root, np)) != NULL;) for (np = NULL; (np = of_get_next_child(root, np)) != NULL;)
if (np->name && !strcmp(np->name, "pxp") && !pas_add_bridge(np)) if (np->name && !strcmp(np->name, "pxp") && !pas_add_bridge(np))
of_node_get(np); of_node_get(np);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册