Add pseudo-device rnd.

This commit is contained in:
cjs 1997-10-13 06:59:58 +00:00
parent dc1765641f
commit 0e4e4777f8
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: ALPHA,v 1.61 1997/09/06 02:04:18 thorpej Exp $
# $NetBSD: ALPHA,v 1.62 1997/10/13 07:00:00 cjs Exp $
#
# Alpha kernel with all the options you'd want, and more.
@ -245,6 +245,7 @@ pseudo-device loop 1
pseudo-device md 1
pseudo-device ppp 4
pseudo-device pty 64
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device sl 4
pseudo-device strip 4
pseudo-device tun 4

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.67 1997/10/10 08:54:14 cjs Exp $
# $NetBSD: GENERIC,v 1.68 1997/10/13 06:59:58 cjs Exp $
#
# Generic Alpha kernel. Enough to get booted, etc., but not much more.
@ -202,5 +202,6 @@ pseudo-device loop 1
pseudo-device md 1
pseudo-device ppp 4
pseudo-device pty 64
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device sl 4
pseudo-device vnd 4