aboutsummaryrefslogtreecommitdiff
path: root/etc/etc.amd64
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2000-06-25 10:55:23 +0000
committerMark Murray <markm@FreeBSD.org>2000-06-25 10:55:23 +0000
commit2c00ff843494c9d436d48007c3cdf9c7500976a8 (patch)
treeeb7012fd48b28d233166f252ab60649b2b3258a4 /etc/etc.amd64
parent3ec3f887b0fe9c456e275d3d428a5c0d261e1ab5 (diff)
downloadsrc-2c00ff843494c9d436d48007c3cdf9c7500976a8.tar.gz
src-2c00ff843494c9d436d48007c3cdf9c7500976a8.zip
Clean up all the old setup code for the old /dev/random. This will be
revisited when the new /dev/random is done.
Notes
Notes: svn path=/head/; revision=62075
Diffstat (limited to 'etc/etc.amd64')
-rw-r--r--etc/etc.amd64/rc.amd6414
1 files changed, 0 insertions, 14 deletions
diff --git a/etc/etc.amd64/rc.amd64 b/etc/etc.amd64/rc.amd64
index dd72e80894c0..778c8a5f75b6 100644
--- a/etc/etc.amd64/rc.amd64
+++ b/etc/etc.amd64/rc.amd64
@@ -209,17 +209,3 @@ if [ -n "${allscreens_flags}" ]; then
fi
echo '.'
-
-# interrupts for /dev/random device
-#
-case ${rand_irqs} in
-[Nn][Oo] | '')
- ;;
-*)
- echo -n 'entropy IRQs:'
- for irq in ${rand_irqs}; do
- echo -n " ${irq}" && rndcontrol -q -s ${irq}
- done
- echo '.'
- ;;
-esac