Only attempt to load /etc/random.seed from the boot device after the kernel
authormiod <miod@openbsd.org>
Tue, 19 May 2015 20:42:11 +0000 (20:42 +0000)
committermiod <miod@openbsd.org>
Tue, 19 May 2015 20:42:11 +0000 (20:42 +0000)
commit498f08232b3ce39761767041cdaa93f1bd308aaf
treeaa6e138a5814cec82e61b664e35329dfdb516490
parentcd230c960d89f0a893a1ea79bd9667802ad9a5bb
Only attempt to load /etc/random.seed from the boot device after the kernel
image has been succesfully loaded (with the recent loadfile changes allowing
us to know where the randomness needs to be loaded). While there, don't
bother doing this when booting from tape.

This works around the sun4e PROM 1.6, which gets confused by PROM open() -
close() sequences without any I/O happening in between.

Crank boot blocks version to 2.11.
sys/arch/sparc/sparc/dvma.c
sys/arch/sparc/stand/boot/boot.c
sys/arch/sparc/stand/boot/loadfile_sparc.c
sys/arch/sparc/stand/common/version.c