summaryrefslogtreecommitdiffstats
path: root/freebsd-to-rtems.py
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd-to-rtems.py')
-rwxr-xr-xfreebsd-to-rtems.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/freebsd-to-rtems.py b/freebsd-to-rtems.py
index f11c42b6..548f647c 100755
--- a/freebsd-to-rtems.py
+++ b/freebsd-to-rtems.py
@@ -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(