mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-17 17:38:37 +08:00
Added legacy in order to get pcib to work correctly and resoleved fxp attach issue.
The fxp attach has a resource allocation issue still to address, but should work as soon as that is debugged.
This commit is contained in:
@@ -59,7 +59,8 @@
|
||||
SYSINIT_DRIVER_REFERENCE(mmcsd, mmc)
|
||||
|
||||
#define SYSINIT_NEED_PCIB \
|
||||
SYSINIT_REFERENCE(p0init); \
|
||||
SYSINIT_DRIVER_REFERENCE(legacy, nexus); \
|
||||
SYSINIT_DRIVER_REFERENCE(pcib, legacy); \
|
||||
SYSINIT_DRIVER_REFERENCE(pci, pcib);
|
||||
|
||||
#define SYSINIT_NEED_NET_IF_BFE \
|
||||
|
Reference in New Issue
Block a user