svn commit: r276604 - head/sys/mips/conf

Adrian Chadd adrian at FreeBSD.org
Sat Jan 3 02:39:29 UTC 2015


Author: adrian
Date: Sat Jan  3 02:39:28 2015
New Revision: 276604
URL: https://svnweb.freebsd.org/changeset/base/276604

Log:
  For now build random into the kernel - there seems to be issues kldload'ing
  it at early boot.

Modified:
  head/sys/mips/conf/DIR-825B1

Modified: head/sys/mips/conf/DIR-825B1
==============================================================================
--- head/sys/mips/conf/DIR-825B1	Sat Jan  3 02:34:23 2015	(r276603)
+++ head/sys/mips/conf/DIR-825B1	Sat Jan  3 02:39:28 2015	(r276604)
@@ -19,7 +19,7 @@ hints		"DIR-825B1.hints"
 
 # Since the kernel image must fit inside 1024KiB, we have to build almost
 # everything as modules.
-nodevice random
+# nodevice random
 nodevice gpio
 nodevice gpioled
 nodevice gif


More information about the svn-src-all mailing list