diff options
author | markm <markm@FreeBSD.org> | 2000-09-12 19:05:11 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2000-09-12 19:05:11 +0000 |
commit | 2a70fe425376b10e7ebdf99f12b6aeda97745ef6 (patch) | |
tree | a75c566a510b1799da8f3745be2c17b3d8774dc0 /UPDATING | |
parent | b32557dbb8813ae261f652a6964c45bf750a1b71 (diff) | |
download | FreeBSD-src-2a70fe425376b10e7ebdf99f12b6aeda97745ef6.zip FreeBSD-src-2a70fe425376b10e7ebdf99f12b6aeda97745ef6.tar.gz |
The entropy device is no longer an option in the kernel,
it is a (pseudo-)device. Document this for the upgrading
masses.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 |