summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf/NOTES
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2013-08-21 22:43:29 +0000
committerobrien <obrien@FreeBSD.org>2013-08-21 22:43:29 +0000
commitb450ec770a8a78fee6639c0bef791019f5457921 (patch)
treeb54931a7385946ad975f464fdbf8d4341fcd6a4c /sys/i386/conf/NOTES
parentf4e86b0a9fd4200d38de9fd26806c1c04125456d (diff)
downloadFreeBSD-src-b450ec770a8a78fee6639c0bef791019f5457921.zip
FreeBSD-src-b450ec770a8a78fee6639c0bef791019f5457921.tar.gz
The PADLOCK_RNG and RDRAND_RNG kernel options are now devices.
Thus "device padlock_rng" and "device rdrand_rng" should be used instead of "options PADLOCK_RNG" & "options RDRAND_RNG". Requested by: so@ (des) Submitted by: obrien, arthurmesh@gmail.com Obtained from: Juniper Networks
Diffstat (limited to 'sys/i386/conf/NOTES')
-rw-r--r--sys/i386/conf/NOTES2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 36744ab..3cb1264 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -850,6 +850,8 @@ hint.spic.0.port="0x10a0"
device asmc
#device si
device tpm
+device padlock_rng # VIA Padlock RNG
+device rdrand_rng # Intel Bull Mountain RNG
#
# Laptop/Notebook options:
OpenPOWER on IntegriCloud