mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 13:56:17 +08:00
nexus-devices: Add pc386 nexus device and drivers
This commit is contained in:
@@ -115,6 +115,16 @@ RTEMS_BSD_DEFINE_NEXUS_DEVICE(dw_mmc, 0, 0, NULL);
|
||||
SYSINIT_DRIVER_REFERENCE(mmc, dw_mmc);
|
||||
SYSINIT_DRIVER_REFERENCE(mmcsd, mmc);
|
||||
|
||||
#elif defined(LIBBSP_I386_PC386_BSP_H)
|
||||
|
||||
RTEMS_BSD_DEFINE_NEXUS_DEVICE(legacy, 0, 0, NULL);
|
||||
|
||||
SYSINIT_DRIVER_REFERENCE(pcib, legacy);
|
||||
SYSINIT_DRIVER_REFERENCE(pci, pcib);
|
||||
SYSINIT_DRIVER_REFERENCE(lem, pci);
|
||||
SYSINIT_DRIVER_REFERENCE(igb, pci);
|
||||
SYSINIT_DRIVER_REFERENCE(em, pci);
|
||||
|
||||
#elif defined(LIBBSP_POWERPC_QORIQ_BSP_H)
|
||||
|
||||
#if !QORIQ_CHIP_IS_T_VARIANT(QORIQ_CHIP_VARIANT)
|
||||
|
Reference in New Issue
Block a user