aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/conf/GENERIC
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 /sys/amd64/conf/GENERIC
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 'sys/amd64/conf/GENERIC')
-rw-r--r--sys/amd64/conf/GENERIC1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 520f64734bb9..f04b60f3ca66 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -309,7 +309,6 @@ device wpi # Intel 3945ABG wireless NICs.
# Pseudo devices.
device crypto # core crypto support
device loop # Network loopback
-device random # Entropy device
device padlock_rng # VIA Padlock RNG
device rdrand_rng # Intel Bull Mountain RNG
device ether # Ethernet support