On Mon, Aug 26, 2013 at 11:57:28AM +0200, Martin Husemann wrote:
On Sun, Aug 25, 2013 at 09:12:56PM +0000, Thor Lancelot Simon wrote:
Module Name: src
Committed By: tls
Date: Sun Aug 25 21:12:56 UTC 2013
Modified Files:
src/sys/dev: rnd_private.h
src/sys/kern: init_main.c kern_rndq.c kern_rndsink.c
Log Message:
Attempt to resolve locking issues at kernel startup on platforms with
hardware RNGs using the polling mode of operation:
Unfortunately this change prevents my system from booting - nothing happens
after mounting root:
root on sd0a dumps on sd0b
root file system type: ffs
and that's it - sits there idle.
On the plus side, it fixes the RPi. Sigh...I'll try to fix i386 today.