From owner-svn-src-head@FreeBSD.ORG Sat Oct 12 20:00:50 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 342046C3; Sat, 12 Oct 2013 20:00:50 +0000 (UTC) (envelope-from des@des.no) Received: from smtp.des.no (smtp.des.no [194.63.250.102]) by mx1.freebsd.org (Postfix) with ESMTP id E26072E96; Sat, 12 Oct 2013 20:00:49 +0000 (UTC) Received: from nine.des.no (smtp.des.no [194.63.250.102]) by smtp-int.des.no (Postfix) with ESMTP id A8886670D; Sat, 12 Oct 2013 20:00:48 +0000 (UTC) Received: by nine.des.no (Postfix, from userid 1001) id 4A4E4553D2; Sat, 12 Oct 2013 22:00:44 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Adrian Chadd Subject: Re: svn commit: r256377 - in head: etc/defaults etc/rc.d share/examples/kld/random_adaptor share/man/man4 sys/boot/forth sys/conf sys/dev/glxsb sys/dev/hifn sys/dev/random sys/dev/rndtest sys/dev/safe ... References: <201310121257.r9CCvvjO006546@svn.freebsd.org> Date: Sat, 12 Oct 2013 22:00:44 +0200 In-Reply-To: (Adrian Chadd's message of "Sat, 12 Oct 2013 09:27:23 -0700") Message-ID: <86siw6qmxf.fsf@nine.des.no> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" , Mark Murray X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2013 20:00:50 -0000 Adrian Chadd writes: > I've just test booted this on a MIPS board. It doesn't hang at boot waiti= ng for > entropy. > > http://people.freebsd.org/~adrian/mips/20131012-ar9344-boot-1.txt Do me a favor, rebuild your kernel with "option DEBUG_RANDOM" (to save time, just add #define DEBUG_RANDOM 1 manually to opt_random.h and do a KERNFAST build) and post the dmesg. It will show how much entropy we've accumulated before we force a reseed. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no