mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Remove the old /dev/random device. There is a new machine-independant
version. Reviewed by: dfr
This commit is contained in:
parent
2589f2499d
commit
7b5362fde0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=62068
@ -117,7 +117,6 @@
|
||||
#include <isa/rtc.h>
|
||||
#endif
|
||||
#include <machine/vm86.h>
|
||||
#include <sys/random.h>
|
||||
#include <sys/ptrace.h>
|
||||
#include <machine/sigframe.h>
|
||||
|
||||
@ -2204,7 +2203,6 @@ init386(first)
|
||||
#if NISA >0
|
||||
isa_defaultirq();
|
||||
#endif
|
||||
rand_initialize();
|
||||
|
||||
#ifdef DDB
|
||||
kdb_init();
|
||||
|
@ -117,7 +117,6 @@
|
||||
#include <isa/rtc.h>
|
||||
#endif
|
||||
#include <machine/vm86.h>
|
||||
#include <sys/random.h>
|
||||
#include <sys/ptrace.h>
|
||||
#include <machine/sigframe.h>
|
||||
|
||||
@ -2204,7 +2203,6 @@ init386(first)
|
||||
#if NISA >0
|
||||
isa_defaultirq();
|
||||
#endif
|
||||
rand_initialize();
|
||||
|
||||
#ifdef DDB
|
||||
kdb_init();
|
||||
|
Loading…
Reference in New Issue
Block a user