Enable rnd.
This commit is contained in:
parent
004b01c5ba
commit
35b6e71f52
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: GENERIC,v 1.30 1999/03/24 06:06:12 mrg Exp $
|
# $NetBSD: GENERIC,v 1.31 1999/03/31 15:38:32 minoura Exp $
|
||||||
|
|
||||||
#
|
#
|
||||||
# GENERIC
|
# GENERIC
|
||||||
@ -292,11 +292,8 @@ pseudo-device ipfilter
|
|||||||
## like, though 256 is more or less the upper limit. Increasing this
|
## like, though 256 is more or less the upper limit. Increasing this
|
||||||
## number still requires you to run /dev/MAKEDEV to create the files
|
## number still requires you to run /dev/MAKEDEV to create the files
|
||||||
## for the ptys.
|
## for the ptys.
|
||||||
|
|
||||||
pseudo-device pty 32 # pseudo-ttys (for network, etc.)
|
pseudo-device pty 32 # pseudo-ttys (for network, etc.)
|
||||||
|
|
||||||
## Random device, used to implement /dev/random (a source of random noise),
|
## Random device, used to implement /dev/random (a source of random noise),
|
||||||
## and generate randomness for some kernel formulae.
|
## and generate randomness for some kernel formulae.
|
||||||
## THIS DEVICE IS EXPERIMENTAL; use at your own risk.
|
pseudo-device rnd
|
||||||
|
|
||||||
#pseudo-device rnd
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: SMALL,v 1.16 1999/03/24 06:06:12 mrg Exp $
|
# $NetBSD: SMALL,v 1.17 1999/03/31 15:38:32 minoura Exp $
|
||||||
|
|
||||||
#
|
#
|
||||||
# SMALL -- works with a small memory, e.g. 4MB
|
# SMALL -- works with a small memory, e.g. 4MB
|
||||||
@ -292,11 +292,8 @@ pseudo-device bpfilter 2
|
|||||||
## like, though 256 is more or less the upper limit. Increasing this
|
## like, though 256 is more or less the upper limit. Increasing this
|
||||||
## number still requires you to run /dev/MAKEDEV to create the files
|
## number still requires you to run /dev/MAKEDEV to create the files
|
||||||
## for the ptys.
|
## for the ptys.
|
||||||
|
|
||||||
pseudo-device pty 8 # pseudo-ttys (for network, etc.)
|
pseudo-device pty 8 # pseudo-ttys (for network, etc.)
|
||||||
|
|
||||||
## Random device, used to implement /dev/random (a source of random noise),
|
## Random device, used to implement /dev/random (a source of random noise),
|
||||||
## and generate randomness for some kernel formulae.
|
## and generate randomness for some kernel formulae.
|
||||||
## THIS DEVICE IS EXPERIMENTAL; use at your own risk.
|
|
||||||
|
|
||||||
#pseudo-device rnd
|
#pseudo-device rnd
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: TOKOCHAN,v 1.4 1999/03/24 06:06:12 mrg Exp $
|
# $NetBSD: TOKOCHAN,v 1.5 1999/03/31 15:38:33 minoura Exp $
|
||||||
|
|
||||||
#
|
#
|
||||||
# TOKOCHAN -- Believe in the BSD power; Toko to issyo-ni make all!
|
# TOKOCHAN -- Believe in the BSD power; Toko to issyo-ni make all!
|
||||||
@ -296,11 +296,8 @@ pseudo-device ipfilter
|
|||||||
## like, though 256 is more or less the upper limit. Increasing this
|
## like, though 256 is more or less the upper limit. Increasing this
|
||||||
## number still requires you to run /dev/MAKEDEV to create the files
|
## number still requires you to run /dev/MAKEDEV to create the files
|
||||||
## for the ptys.
|
## for the ptys.
|
||||||
|
|
||||||
pseudo-device pty 16 # pseudo-ttys (for network, etc.)
|
pseudo-device pty 16 # pseudo-ttys (for network, etc.)
|
||||||
|
|
||||||
## Random device, used to implement /dev/random (a source of random noise),
|
## Random device, used to implement /dev/random (a source of random noise),
|
||||||
## and generate randomness for some kernel formulae.
|
## and generate randomness for some kernel formulae.
|
||||||
## THIS DEVICE IS EXPERIMENTAL; use at your own risk.
|
pseudo-device rnd
|
||||||
|
|
||||||
#pseudo-device rnd
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: ZSCONS,v 1.4 1999/03/24 06:06:12 mrg Exp $
|
# $NetBSD: ZSCONS,v 1.5 1999/03/31 15:38:33 minoura Exp $
|
||||||
|
|
||||||
#
|
#
|
||||||
# ZSCONS -- like GENERIC, but use zs console.
|
# ZSCONS -- like GENERIC, but use zs console.
|
||||||
@ -292,11 +292,8 @@ pseudo-device ipfilter
|
|||||||
## like, though 256 is more or less the upper limit. Increasing this
|
## like, though 256 is more or less the upper limit. Increasing this
|
||||||
## number still requires you to run /dev/MAKEDEV to create the files
|
## number still requires you to run /dev/MAKEDEV to create the files
|
||||||
## for the ptys.
|
## for the ptys.
|
||||||
|
|
||||||
pseudo-device pty 32 # pseudo-ttys (for network, etc.)
|
pseudo-device pty 32 # pseudo-ttys (for network, etc.)
|
||||||
|
|
||||||
## Random device, used to implement /dev/random (a source of random noise),
|
## Random device, used to implement /dev/random (a source of random noise),
|
||||||
## and generate randomness for some kernel formulae.
|
## and generate randomness for some kernel formulae.
|
||||||
## THIS DEVICE IS EXPERIMENTAL; use at your own risk.
|
pseudo-device rnd
|
||||||
|
|
||||||
#pseudo-device rnd
|
|
||||||
|
Loading…
Reference in New Issue
Block a user