svn commit: r256446 - head/sys/modules/random
Mark Murray
markm at FreeBSD.org
Mon Oct 14 17:43:23 UTC 2013
Author: markm
Date: Mon Oct 14 17:43:22 2013
New Revision: 256446
URL: http://svnweb.freebsd.org/changeset/base/256446
Log:
Add needed files to the KLD random.ko.
Approved by: re (kib)
Modified:
head/sys/modules/random/Makefile
Modified: head/sys/modules/random/Makefile
==============================================================================
--- head/sys/modules/random/Makefile Mon Oct 14 16:19:52 2013 (r256445)
+++ head/sys/modules/random/Makefile Mon Oct 14 17:43:22 2013 (r256446)
@@ -11,6 +11,7 @@ SRCS+= nehemiah.c
SRCS+= ivy.c
.endif
SRCS+= randomdev_soft.c yarrow.c hash.c
+SRCS+= random_harvestq.c live_entropy_sources.c rwfile.c
SRCS+= rijndael-alg-fst.c rijndael-api-fst.c sha2.c
SRCS+= bus_if.h device_if.h vnode_if.h opt_cpu.h opt_random.h
More information about the svn-src-all
mailing list