powerpc/mpc85xx: Attach MPC85xx PCI bus and root complex at the right pass
No signifcant change, just matches other PCI attachments, attaching at BUS_PASS_BUS. MFC after: 2 weeks
This commit is contained in:
parent
07be3e3dc9
commit
73a30b035e
@ -225,7 +225,8 @@ static devclass_t fsl_pcib_devclass;
|
||||
|
||||
DEFINE_CLASS_1(pcib, fsl_pcib_driver, fsl_pcib_methods,
|
||||
sizeof(struct fsl_pcib_softc), ofw_pci_driver);
|
||||
DRIVER_MODULE(pcib, ofwbus, fsl_pcib_driver, fsl_pcib_devclass, 0, 0);
|
||||
EARLY_DRIVER_MODULE(pcib, ofwbus, fsl_pcib_driver, fsl_pcib_devclass, 0, 0,
|
||||
BUS_PASS_BUS);
|
||||
|
||||
static int
|
||||
fsl_pcib_err_intr(void *v)
|
||||
|
@ -103,4 +103,5 @@ static device_method_t fsl_pcib_rc_methods[] = {
|
||||
static devclass_t fsl_pcib_rc_devclass;
|
||||
DEFINE_CLASS_1(pcib, fsl_pcib_rc_driver, fsl_pcib_rc_methods,
|
||||
sizeof(struct fsl_pcib_softc), ofw_pcib_pci_driver);
|
||||
DRIVER_MODULE(rcpcib, pci, fsl_pcib_rc_driver, fsl_pcib_rc_devclass, 0, 0);
|
||||
EARLY_DRIVER_MODULE(rcpcib, pci, fsl_pcib_rc_driver, fsl_pcib_rc_devclass, 0, 0,
|
||||
BUS_PASS_BUS);
|
||||
|
Loading…
Reference in New Issue
Block a user