svn commit: r256449 - stable/10/sys/modules/random

Mark Murray markm at FreeBSD.org
Mon Oct 14 18:24:31 UTC 2013


Author: markm
Date: Mon Oct 14 18:24:30 2013
New Revision: 256449
URL: http://svnweb.freebsd.org/changeset/base/256449

Log:
  MFC: Add extra files to the KLD random.ko module to allow it to load.
  
  Approved by:	re (kib)

Modified:
  stable/10/sys/modules/random/Makefile
Directory Properties:
  stable/10/sys/   (props changed)

Modified: stable/10/sys/modules/random/Makefile
==============================================================================
--- stable/10/sys/modules/random/Makefile	Mon Oct 14 18:17:09 2013	(r256448)
+++ stable/10/sys/modules/random/Makefile	Mon Oct 14 18:24:30 2013	(r256449)
@@ -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-stable-10 mailing list