diff options
author | markm <markm@FreeBSD.org> | 2000-09-12 13:21:40 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2000-09-12 13:21:40 +0000 |
commit | bf42c182536a43c1d32f5bd45ea88ca37283cba8 (patch) | |
tree | 3bef19ebf2f166bfcc00fa74e41ce6c34d84d3aa /sys/alpha/conf | |
parent | 8310a0865410b67ec838360f16defef0a527224a (diff) | |
download | FreeBSD-src-bf42c182536a43c1d32f5bd45ea88ca37283cba8.zip FreeBSD-src-bf42c182536a43c1d32f5bd45ea88ca37283cba8.tar.gz |
Turn the /dev/random device into a (pseudo-)device, not an option.
(I didn't realise that it was this easy!)
Submitted by: jhb
Diffstat (limited to 'sys/alpha/conf')
-rw-r--r-- | sys/alpha/conf/GENERIC | 2 | ||||
-rw-r--r-- | sys/alpha/conf/NOTES | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index 731a583..565dd6d 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/conf/GENERIC @@ -71,7 +71,6 @@ options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extentions options _KPOSIX_PRIORITY_SCHEDULING -options RANDOMDEV #entropy device # Standard busses device isa @@ -153,6 +152,7 @@ device wb # Winbond W89C840F device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # Pseudo devices - the number indicates how many units to allocated. +device random # Entropy device device loop # Network loopback device ether # Ethernet support device sl # Kernel SLIP diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES index 731a583..565dd6d 100644 --- a/sys/alpha/conf/NOTES +++ b/sys/alpha/conf/NOTES @@ -71,7 +71,6 @@ options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extentions options _KPOSIX_PRIORITY_SCHEDULING -options RANDOMDEV #entropy device # Standard busses device isa @@ -153,6 +152,7 @@ device wb # Winbond W89C840F device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # Pseudo devices - the number indicates how many units to allocated. +device random # Entropy device device loop # Network loopback device ether # Ethernet support device sl # Kernel SLIP |