1
0
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:
Mark Murray 2000-06-25 09:48:12 +00:00
parent 2589f2499d
commit 7b5362fde0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=62068
2 changed files with 0 additions and 4 deletions

View File

@ -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();

View File

@ -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();