Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/conf Remove "rnd is EXPERIMENTAL" comment.



details:   https://anonhg.NetBSD.org/src/rev/e04140d73981
branches:  trunk
changeset: 499404:e04140d73981
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Nov 19 14:14:31 2000 +0000

description:
Remove "rnd is EXPERIMENTAL" comment.

diffstat:

 sys/arch/alpha/conf/ALPHA    |  6 ++----
 sys/arch/alpha/conf/GENERIC  |  6 ++----
 sys/arch/alpha/conf/TCWSCONS |  6 ++----
 3 files changed, 6 insertions(+), 12 deletions(-)

diffs (74 lines):

diff -r a703028f88bb -r e04140d73981 sys/arch/alpha/conf/ALPHA
--- a/sys/arch/alpha/conf/ALPHA Sun Nov 19 14:10:56 2000 +0000
+++ b/sys/arch/alpha/conf/ALPHA Sun Nov 19 14:14:31 2000 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: ALPHA,v 1.134 2000/11/19 14:03:39 tsutsui Exp $
+# $NetBSD: ALPHA,v 1.135 2000/11/19 14:14:31 tsutsui Exp $
 #
 # Alpha kernel with all the options you'd want, and more.
 
 include        "arch/alpha/conf/std.alpha"
 
-ident          "ALPHA-$Revision: 1.134 $"
+ident          "ALPHA-$Revision: 1.135 $"
 
 maxusers 32
 
@@ -480,7 +480,5 @@
 #pseudo-device faith           1       # IPv[46] tcp relay translation i/f
 #pseudo-device stf             1       # 6to4 IPv6 over IPv4 encapsulation
 pseudo-device  sequencer       1       # MIDI sequencer
-
-# rnd is EXPERIMENTAL
 pseudo-device  rnd                     # /dev/random and in-kernel generator
 #options       RND_COM                 # use "com" randomness too
diff -r a703028f88bb -r e04140d73981 sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC       Sun Nov 19 14:10:56 2000 +0000
+++ b/sys/arch/alpha/conf/GENERIC       Sun Nov 19 14:14:31 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.170 2000/11/19 14:10:56 tsutsui Exp $
+# $NetBSD: GENERIC,v 1.171 2000/11/19 14:14:32 tsutsui Exp $
 #
 # Generic Alpha kernel.  Enough to get booted, etc., but not much more.
 #
@@ -6,7 +6,7 @@
 
 include        "arch/alpha/conf/std.alpha"
 
-#ident                 "GENERIC-$Revision: 1.170 $"
+#ident                 "GENERIC-$Revision: 1.171 $"
 
 maxusers 32
 
@@ -438,7 +438,5 @@
 #pseudo-device faith           1       # IPv[46] tcp relay translation i/f
 #pseudo-device stf             1       # 6to4 IPv6 over IPv4 encapsulation
 pseudo-device  sequencer       1       # MIDI sequencer
-
-# rnd is EXPERIMENTAL
 pseudo-device  rnd                     # /dev/random and in-kernel generator
 #options       RND_COM                 # use "com" randomness too
diff -r a703028f88bb -r e04140d73981 sys/arch/alpha/conf/TCWSCONS
--- a/sys/arch/alpha/conf/TCWSCONS      Sun Nov 19 14:10:56 2000 +0000
+++ b/sys/arch/alpha/conf/TCWSCONS      Sun Nov 19 14:14:31 2000 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: TCWSCONS,v 1.14 2000/11/19 13:46:29 tsutsui Exp $
+# $NetBSD: TCWSCONS,v 1.15 2000/11/19 14:14:32 tsutsui Exp $
 #
 # TURBOchannel Alpha DEC3000
 
 include        "arch/alpha/conf/std.alpha"
 
-#ident                 "GENERIC-$Revision: 1.14 $"
+#ident                 "GENERIC-$Revision: 1.15 $"
 
 maxusers 32
 
@@ -166,7 +166,5 @@
 #pseudo-device faith           1       # IPv[46] tcp relay translation i/f
 #pseudo-device stf             1       # 6to4 IPv6 over IPv4 encapsulation
 #pseudo-device sequencer       1       # MIDI sequencer
-
-# rnd is EXPERIMENTAL
 pseudo-device  rnd                     # /dev/random and in-kernel generator
 #options       RND_COM                 # use "com" randomness too



Home | Main Index | Thread Index | Old Index