aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorConrad Meyer <cem@FreeBSD.org>2019-06-21 00:16:30 +0000
committerConrad Meyer <cem@FreeBSD.org>2019-06-21 00:16:30 +0000
commitc363b16c639529cf82d353abaa17f19bad7f8aec (patch)
tree8aeebe50c46d11ca69be282a742ee48a076bba4e /release
parenta809abd44a24a54b92de608cbc8a3c853852fd4b (diff)
downloadsrc-c363b16c639529cf82d353abaa17f19bad7f8aec.tar.gz
src-c363b16c639529cf82d353abaa17f19bad7f8aec.zip
sys: Remove DEV_RANDOM device option
Remove 'device random' from kernel configurations that reference it (most). Replace perhaps mistaken 'nodevice random' in two MIPS configs with 'options RANDOM_LOADABLE' instead. Document removal in UPDATING; update NOTES and random.4. Reviewed by: delphij, markm (previous version) Approved by: secteam(delphij) Differential Revision: https://reviews.freebsd.org/D19918
Notes
Notes: svn path=/head/; revision=349253
Diffstat (limited to 'release')
-rw-r--r--release/picobsd/bridge/PICOBSD1
-rw-r--r--release/picobsd/qemu/PICOBSD1
2 files changed, 0 insertions, 2 deletions
diff --git a/release/picobsd/bridge/PICOBSD b/release/picobsd/bridge/PICOBSD
index bc1185d61c64..c06091dcb888 100644
--- a/release/picobsd/bridge/PICOBSD
+++ b/release/picobsd/bridge/PICOBSD
@@ -50,7 +50,6 @@ device if_bridge
# qemu, so we set HZ explicitly.
options HZ=1000
-device random # used by ssh
device pci
# Floppy drives
diff --git a/release/picobsd/qemu/PICOBSD b/release/picobsd/qemu/PICOBSD
index 16b175385b0a..f3a9f9ccaf28 100644
--- a/release/picobsd/qemu/PICOBSD
+++ b/release/picobsd/qemu/PICOBSD
@@ -56,7 +56,6 @@ device if_bridge
# qemu, so we set HZ explicitly.
options HZ=1000
-device random # used by ssh
device pci
# Floppy drives