summaryrefslogtreecommitdiff
path: root/sys/arch/hp300
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1996-10-19 13:26:17 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1996-10-19 13:26:17 +0000
commit8e6eee9ee84e77057177afaa31ecaf6a93f79f67 (patch)
tree68dd7672992cc88f5f8a0c730cfa3e737f199acb /sys/arch/hp300
parentb4e543edbd7e39e612fb304dfe026020ec8c5d55 (diff)
random device is permanent now.
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r--sys/arch/hp300/hp300/conf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hp300/hp300/conf.c b/sys/arch/hp300/hp300/conf.c
index bd2bba50329..20a3251d289 100644
--- a/sys/arch/hp300/hp300/conf.c
+++ b/sys/arch/hp300/hp300/conf.c
@@ -151,7 +151,6 @@ cdev_decl(tun);
#define NLKM 0
#endif
cdev_decl(lkm);
-#include "random.h"
cdev_decl(random);
struct cdevsw cdevsw[] =
@@ -181,7 +180,7 @@ struct cdevsw cdevsw[] =
cdev_bpftun_init(NBPFILTER,bpf),/* 22: Berkeley packet filter */
cdev_bpftun_init(NTUN,tun), /* 23: network tunnel */
cdev_lkm_init(NLKM,lkm), /* 24: loadable module driver */
- cdev_random_init(NRANDOM,random), /* 25: random generator */
+ cdev_random_init(1,random), /* 25: random generator */
cdev_lkm_dummy(), /* 26 */
cdev_lkm_dummy(), /* 27 */
cdev_lkm_dummy(), /* 28 */