The entropy device is no longer an option in the kernel,

it is a (pseudo-)device. Document this for the upgrading
masses.
This commit is contained in:
Mark Murray 2000-09-12 19:05:11 +00:00
parent 77044cb6d9
commit f4865386bc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65783

View File

@ -5,6 +5,18 @@ directly to him. See end of file for further details. For commonly
done items, please see the end of the file. Search for 'COMMON
ITEMS:'
20000911:
The random device has been turned into a (pseudo-)device,
rather than an option. The supplied kernel config files have
been updated. You will need to do something similar in your
own kernel config file.
Remove:
options RANDOMDEV
Add:
device random
If you prefer to load the loadable module, you need to do
nothing.
20000909:
The random device module has been renamed from randomdev.ko to
random.ko. You will need to edit your /boot/loader.conf to