mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-16 18:33:33 +08:00
if_xae: Port to RTEMS
This commit is contained in:

committed by
Joel Sherrill

parent
ee4fb53241
commit
40b9c6ce63
@@ -277,6 +277,14 @@ RTEMS_BSD_DRIVER_PC_LEGACY;
|
||||
RTEMS_BSD_DRIVER_PCI_DC;
|
||||
RTEMS_BSD_DRIVER_UKPHY;
|
||||
|
||||
#endif /* LIBBSP_POWERPC_MOTOROLA_POWERPC_BSP_H */
|
||||
#elif defined(LIBBSP_MICROBLAZE_FPGA_BSP_H)
|
||||
|
||||
RTEMS_BSD_DEFINE_NEXUS_DEVICE(ofwbus, 0, 0, NULL);
|
||||
SYSINIT_DRIVER_REFERENCE(simplebus, ofwbus);
|
||||
SYSINIT_DRIVER_REFERENCE(xae, simplebus);
|
||||
SYSINIT_DRIVER_REFERENCE(axidma, simplebus);
|
||||
RTEMS_BSD_DRIVER_E1000PHY;
|
||||
|
||||
#endif /* LIBBSP_MICROBLAZE_FPGA_BSP_H */
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user