Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2013 18:24:31 +0000 (UTC)
From:      Mark Murray <markm@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r256449 - stable/10/sys/modules/random
Message-ID:  <201310141824.r9EIOVWF073182@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310141824.r9EIOVWF073182>