mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-17 10:46:09 +08:00
mpc85xx: Port to RTEMS
This commit is contained in:

committed by
Christian Mauderer

parent
1e81e38a30
commit
17a3184081
@@ -255,10 +255,18 @@ SYSINIT_DRIVER_REFERENCE(ukphy, miibus);
|
||||
#include <bsp/irq.h>
|
||||
|
||||
RTEMS_BSD_DEFINE_NEXUS_DEVICE(ofwbus, 0, 0, NULL);
|
||||
|
||||
SYSINIT_DRIVER_REFERENCE(simplebus, ofwbus);
|
||||
SYSINIT_DRIVER_REFERENCE(tsec, simplebus);
|
||||
SYSINIT_DRIVER_REFERENCE(ukphy, miibus);
|
||||
|
||||
#ifdef RTEMS_BSD_MODULE_PCI
|
||||
SYSINIT_DRIVER_REFERENCE(pcib, ofwbus);
|
||||
SYSINIT_DRIVER_REFERENCE(pci, pcib);
|
||||
SYSINIT_DRIVER_REFERENCE(pcib, pci);
|
||||
SYSINIT_DRIVER_REFERENCE(rcpcib, pci);
|
||||
#endif
|
||||
|
||||
#endif /* QORIQ_CHIP_IS_T_VARIANT(QORIQ_CHIP_VARIANT) */
|
||||
|
||||
#elif defined(LIBBSP_POWERPC_TQM8XX_BSP_H)
|
||||
|
Reference in New Issue
Block a user