OOps, nearly missed this bit. Add the call to rndcontrol to set the

chosen interrupts for the entropy gathering  in /dev/random.
This commit is contained in:
Mark Murray 1995-11-13 21:33:04 +00:00
parent 9021a50fba
commit cceb2049b4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12270
2 changed files with 14 additions and 2 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $Id: rc.i386,v 1.10 1995/07/17 20:07:47 rgrimes Exp $
# $Id: rc.i386,v 1.11 1995/10/28 12:44:13 peter Exp $
# Do i386 specific processing
#
@ -108,4 +108,10 @@ if [ "X${saver}" != X"NO" ] ; then
${saver}_saver_mod -q /lkm/${saver}_saver_mod.o
fi
# interrupts for /dev/random device
if [ "X${rand_irqs}" != X"NO" ] ; then
echo -n ' entropy source: '
rndcontrol X${rand_irqs}
fi
echo '.'

View file

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $Id: rc.i386,v 1.10 1995/07/17 20:07:47 rgrimes Exp $
# $Id: rc.i386,v 1.11 1995/10/28 12:44:13 peter Exp $
# Do i386 specific processing
#
@ -108,4 +108,10 @@ if [ "X${saver}" != X"NO" ] ; then
${saver}_saver_mod -q /lkm/${saver}_saver_mod.o
fi
# interrupts for /dev/random device
if [ "X${rand_irqs}" != X"NO" ] ; then
echo -n ' entropy source: '
rndcontrol X${rand_irqs}
fi
echo '.'