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:
Nathan Whitehorn 2013-11-11 15:44:20 +00:00
parent 629aa519d6
commit 184566d0d2

View File

@ -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);