more rnd(4).
This commit is contained in:
parent
6638fc7c06
commit
0c84fad435
@ -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
|
||||
#
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user