Comment out pseudo-device rnd, mention options RND_COM, and mark experiemntal

This commit is contained in:
explorer 1997-10-20 15:19:51 +00:00
parent 8e624017b2
commit 9d0579d2fb
2 changed files with 10 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.112 1997/10/19 20:14:21 perry Exp $
# $NetBSD: GENERIC,v 1.113 1997/10/20 15:19:51 explorer Exp $
#
# GENERIC -- everything that's currently supported
#
@ -423,5 +423,8 @@ pseudo-device tun 2 # network tunneling over tty
# miscellaneous pseudo-devices
pseudo-device pty 64 # pseudo-terminals
#pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device tb 1 # tablet line discipline
# rnd is EXTERIMENTAL at this point.
#pseudo-device rnd # /dev/random and in-kernel generator
#options RND_COM # use "com" randomness as well

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.56 1997/10/20 03:42:43 perry Exp $
# $NetBSD: INSTALL,v 1.57 1997/10/20 15:19:58 explorer Exp $
#
# INSTALL - Installation kernel.
#
@ -436,5 +436,8 @@ pseudo-device sl 2 # Serial Line IP
# miscellaneous pseudo-devices
pseudo-device pty 64 # pseudo-terminals
#pseudo-device rnd # /dev/random and in-kernel generator
#pseudo-device tb 1 # tablet line discipline
# rnd is EXTERIMENTAL at this point.
#pseudo-device rnd # /dev/random and in-kernel generator
#options RND_COM # use "com" randomness as well