Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Aug 2013 18:23:28 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r254185 - head/sys/modules/random
Message-ID:  <201308101823.r7AINS22019611@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Sat Aug 10 18:23:28 2013
New Revision: 254185
URL: http://svnweb.freebsd.org/changeset/base/254185

Log:
  Restore the ability to kldload random.ko, by linking in the newly
  added random_adaptors.c.

Modified:
  head/sys/modules/random/Makefile

Modified: head/sys/modules/random/Makefile
==============================================================================
--- head/sys/modules/random/Makefile	Sat Aug 10 18:23:18 2013	(r254184)
+++ head/sys/modules/random/Makefile	Sat Aug 10 18:23:28 2013	(r254185)
@@ -5,7 +5,7 @@
 .PATH: ${.CURDIR}/../../crypto/sha2
 
 KMOD=	random
-SRCS=	randomdev.c probe.c
+SRCS=	randomdev.c random_adaptors.c probe.c
 .if ${MACHINE} == "amd64" || ${MACHINE} == "i386"
 SRCS+=	nehemiah.c
 SRCS+=	ivy.c



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