Be more flexible about which compatible strings to accept. This brings up
the PCI Express bus on the RB800 using the firmware device tree.
This commit is contained in:
parent
629aa519d6
commit
184566d0d2
@ -181,6 +181,7 @@ fsl_pcib_probe(device_t dev)
|
||||
return (ENXIO);
|
||||
|
||||
if (!(ofw_bus_is_compatible(dev, "fsl,mpc8540-pci") ||
|
||||
ofw_bus_is_compatible(dev, "fsl,mpc8540-pcie") ||
|
||||
ofw_bus_is_compatible(dev, "fsl,mpc8548-pcie")))
|
||||
return (ENXIO);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user