Added random and harvest files to resolve missing methods when linking RealTek Nic.

This commit is contained in:
Jennifer Averett
2012-03-22 09:15:35 -05:00
parent 471e6f9206
commit 60cf5cd25b
5 changed files with 316 additions and 0 deletions

View File

@@ -1109,11 +1109,14 @@ devNic = Module('dev_nic')
devNic.addHeaderFiles(
[
# 'sys/taskqueue.h',
'dev/random/randomdev_soft.h',
]
)
devNic.addSourceFiles(
[
# 'kern/subr_taskqueue.c',
'dev/random/harvest.c',
'libkern/random.c',
]
)