From 0c84fad435b8c6dcb821022c90d9ea50a171b282 Mon Sep 17 00:00:00 2001 From: itojun Date: Wed, 4 Oct 2000 22:26:49 +0000 Subject: [PATCH] more rnd(4). --- sys/arch/bebox/conf/GENERIC | 8 ++++++-- sys/arch/mipsco/conf/GENERIC | 6 +++++- sys/arch/mvme68k/conf/GENERIC | 8 ++++++-- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/sys/arch/bebox/conf/GENERIC b/sys/arch/bebox/conf/GENERIC index e4e5c7817a55..b26eada13931 100644 --- a/sys/arch/bebox/conf/GENERIC +++ b/sys/arch/bebox/conf/GENERIC @@ -1,11 +1,11 @@ -# $NetBSD: GENERIC,v 1.33 2000/09/24 15:59:31 jdolecek Exp $ +# $NetBSD: GENERIC,v 1.34 2000/10/04 22:26:49 itojun Exp $ # # First try for BEBOX config file # include "arch/bebox/conf/std.bebox" -#ident "GENERIC-$Revision: 1.33 $" +#ident "GENERIC-$Revision: 1.34 $" maxusers 32 @@ -72,6 +72,10 @@ pseudo-device pty # pseudo-terminals #pseudo-device gre 2 # generic L3 over IP tunnel pseudo-device wsmux 2 +# random number generator pseudo-device +pseudo-device rnd # /dev/random and in-kernel generator +#options RND_COM # use "com" randomness as well (BROKEN) + # # device # diff --git a/sys/arch/mipsco/conf/GENERIC b/sys/arch/mipsco/conf/GENERIC index a727230cb3a2..6f1c46114924 100644 --- a/sys/arch/mipsco/conf/GENERIC +++ b/sys/arch/mipsco/conf/GENERIC @@ -1,5 +1,5 @@ # -# $NetBSD: GENERIC,v 1.2 2000/09/24 15:59:35 jdolecek Exp $ +# $NetBSD: GENERIC,v 1.3 2000/10/04 22:26:50 itojun Exp $ # include "arch/mipsco/conf/std.mipsco" @@ -116,3 +116,7 @@ pseudo-device bpfilter 16 # Berkeley Packet Filter #pseudo-device raid 4 # RAIDframe disk driver #pseudo-device strip 1 # radio clock #pseudo-device ipfilter # ip filter + +# random number generator pseudo-device +pseudo-device rnd # /dev/random and in-kernel generator +#options RND_COM # use "com" randomness as well (BROKEN) diff --git a/sys/arch/mvme68k/conf/GENERIC b/sys/arch/mvme68k/conf/GENERIC index 5ae9ef8249b9..d733d5240cf3 100644 --- a/sys/arch/mvme68k/conf/GENERIC +++ b/sys/arch/mvme68k/conf/GENERIC @@ -1,8 +1,8 @@ -# $NetBSD: GENERIC,v 1.14 2000/09/24 15:59:35 jdolecek Exp $ +# $NetBSD: GENERIC,v 1.15 2000/10/04 22:26:50 itojun Exp $ include "arch/mvme68k/conf/std.mvme68k" -#ident "GENERIC-$Revision: 1.14 $" +#ident "GENERIC-$Revision: 1.15 $" # Boards this kernel supports options MVME147 @@ -68,6 +68,10 @@ pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) pseudo-device pty # pseudo-terminals pseudo-device vnd 2 +# random number generator pseudo-device +pseudo-device rnd # /dev/random and in-kernel generator +#options RND_COM # use "com" randomness as well (BROKEN) + mainbus0 at root # MVME147 specific devices