Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/dreamcast/conf have rnd(4)



details:   https://anonhg.NetBSD.org/src/rev/803b560d334a
branches:  trunk
changeset: 503803:803b560d334a
user:      itojun <itojun%NetBSD.org@localhost>
date:      Wed Feb 14 04:57:44 2001 +0000

description:
have rnd(4)

diffstat:

 sys/arch/dreamcast/conf/GENERIC |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r cfba6b0b0434 -r 803b560d334a sys/arch/dreamcast/conf/GENERIC
--- a/sys/arch/dreamcast/conf/GENERIC   Wed Feb 14 04:49:45 2001 +0000
+++ b/sys/arch/dreamcast/conf/GENERIC   Wed Feb 14 04:57:44 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.8 2001/02/03 23:24:30 marcus Exp $
+#      $NetBSD: GENERIC,v 1.9 2001/02/14 04:57:44 itojun Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
@@ -149,6 +149,7 @@
 pseudo-device  pty                     # pseudo-terminals
 #pseudo-device ppp             2       # Point-to-Point Protocol
 #pseudo-device tun             2       # network tunneling over tty
+pseudo-device  rnd                     # /dev/random and in-kernel generator
 
 # Enable the hooks used for initializing the root memory-disk.
 #options       MEMORY_DISK_HOOKS



Home | Main Index | Thread Index | Old Index