mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 22:45:23 +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:
@@ -553,6 +553,8 @@ rtems.addRTEMSSourceFiles(
|
||||
'src/rtems-bsd-descrip.c',
|
||||
'src/rtems-bsd-conf.c',
|
||||
'src/rtems-bsd-subr_param.c',
|
||||
'src/rtems-bsd-pci_cfgreg.c',
|
||||
'src/rtems-bsd-pci_bus.c',
|
||||
]
|
||||
)
|
||||
rtems.addEmptyHeaderFiles(
|
||||
@@ -1213,6 +1215,7 @@ devNic.addCPUDependentSourceFiles(
|
||||
'i386',
|
||||
[
|
||||
'i386/pci/pci_bus.c',
|
||||
'i386/i386/legacy.c',
|
||||
]
|
||||
)
|
||||
devNic.addSourceFiles(
|
||||
|
Reference in New Issue
Block a user