diff --git a/sys/arch/i386/conf/BIKINI b/sys/arch/i386/conf/BIKINI index ec405f5d1ac7..f661c2860aef 100644 --- a/sys/arch/i386/conf/BIKINI +++ b/sys/arch/i386/conf/BIKINI @@ -1,4 +1,4 @@ -# $NetBSD: BIKINI,v 1.9 1999/03/22 07:50:29 mycroft Exp $ +# $NetBSD: BIKINI,v 1.10 1999/03/27 07:04:35 explorer Exp $ # From: GENERIC,v 1.220 1999/02/16 17:46:17 abs Exp # # BIKINI -- Mycroft's development machine @@ -627,8 +627,6 @@ pseudo-device loop # network loopback pseudo-device pty 64 # pseudo-terminals #pseudo-device tb 1 # tablet line discipline pseudo-device sequencer 1 # MIDI sequencer - -# rnd is EXPERIMENTAL at this point. #pseudo-device rnd # /dev/random and in-kernel generator #options RND_COM # use "com" randomness as well (BROKEN) diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index c581666b2255..f9ed1079212f 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.226 1999/03/25 17:06:38 perry Exp $ +# $NetBSD: GENERIC,v 1.227 1999/03/27 07:04:36 explorer Exp $ # # GENERIC -- everything that's currently supported # @@ -637,9 +637,8 @@ pseudo-device ipip 2 # IP Encapsulation within IP (RFC 2003) pseudo-device pty 64 # pseudo-terminals pseudo-device tb 1 # tablet line discipline pseudo-device sequencer 1 # MIDI sequencer - -# rnd is EXPERIMENTAL at this point. -#pseudo-device rnd # /dev/random and in-kernel generator +# rnd works; RND_COM does not on port i386 yet. +pseudo-device rnd # /dev/random and in-kernel generator #options RND_COM # use "com" randomness as well (BROKEN) # a pseudo device needed for Coda # also needs CODA (above) diff --git a/sys/arch/i386/conf/GENERIC_TINY b/sys/arch/i386/conf/GENERIC_TINY index 10c5b7514beb..0ca828bc91e4 100644 --- a/sys/arch/i386/conf/GENERIC_TINY +++ b/sys/arch/i386/conf/GENERIC_TINY @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC_TINY,v 1.3 1999/02/16 17:46:17 abs Exp $ +# $NetBSD: GENERIC_TINY,v 1.4 1999/03/27 07:04:36 explorer Exp $ # # GENERIC_TINY -- suitable default for 4M machines # No EISA, PCI, PCMCIA or SCSI. @@ -509,7 +509,5 @@ pseudo-device tun 2 # network tunneling over tty # miscellaneous pseudo-devices pseudo-device pty 16 # pseudo-terminals pseudo-device tb 1 # tablet line discipline - -# rnd is EXPERIMENTAL at this point. -#pseudo-device rnd # /dev/random and in-kernel generator +pseudo-device rnd # /dev/random and in-kernel generator #options RND_COM # use "com" randomness as well (BROKEN) diff --git a/sys/arch/i386/conf/HOMEWORLD b/sys/arch/i386/conf/HOMEWORLD index 9039553cfa9d..7169d06c1976 100644 --- a/sys/arch/i386/conf/HOMEWORLD +++ b/sys/arch/i386/conf/HOMEWORLD @@ -1,4 +1,4 @@ -# $NetBSD: HOMEWORLD,v 1.38 1999/02/16 17:46:17 abs Exp $ +# $NetBSD: HOMEWORLD,v 1.39 1999/03/27 07:04:36 explorer Exp $ # From: GENERIC,v 1.212 1999/01/06 23:30:53 thorpej Exp # # HOMEWORLD - Mail, CVS, and GNATS server @@ -602,8 +602,6 @@ pseudo-device loop # network loopback pseudo-device pty 64 # pseudo-terminals #pseudo-device tb 1 # tablet line discipline #pseudo-device sequencer 1 # MIDI sequencer - -# rnd is EXPERIMENTAL at this point. #pseudo-device rnd # /dev/random and in-kernel generator #options RND_COM # use "com" randomness as well (BROKEN) diff --git a/sys/arch/i386/conf/INSTALL b/sys/arch/i386/conf/INSTALL index c7448d82f58d..dd9d4a6b4d23 100644 --- a/sys/arch/i386/conf/INSTALL +++ b/sys/arch/i386/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.112 1999/03/17 18:40:30 sommerfe Exp $ +# $NetBSD: INSTALL,v 1.113 1999/03/27 07:04:36 explorer Exp $ # # INSTALL - Installation kernel. # @@ -514,7 +514,5 @@ pseudo-device sl 2 # Serial Line IP # miscellaneous pseudo-devices pseudo-device pty 64 # pseudo-terminals #pseudo-device tb 1 # tablet line discipline - -# rnd is EXPERIMENTAL at this point. #pseudo-device rnd # /dev/random and in-kernel generator #options RND_COM # use "com" randomness as well (BROKEN) diff --git a/sys/arch/i386/conf/INSTALL_SMALL b/sys/arch/i386/conf/INSTALL_SMALL index 998238b9f727..9f9198e94108 100644 --- a/sys/arch/i386/conf/INSTALL_SMALL +++ b/sys/arch/i386/conf/INSTALL_SMALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL_SMALL,v 1.37 1999/03/17 18:40:30 sommerfe Exp $ +# $NetBSD: INSTALL_SMALL,v 1.38 1999/03/27 07:04:36 explorer Exp $ # # INSTALL_SMALL - Small Installation kernel. # @@ -473,7 +473,5 @@ pseudo-device sl 2 # Serial Line IP # miscellaneous pseudo-devices pseudo-device pty 64 # pseudo-terminals #pseudo-device tb 1 # tablet line discipline - -# rnd is EXPERIMENTAL at this point. #pseudo-device rnd # /dev/random and in-kernel generator #options RND_COM # use "com" randomness as well (BROKEN) diff --git a/sys/arch/i386/conf/INSTALL_TINY b/sys/arch/i386/conf/INSTALL_TINY index 6ec77b6b0d21..b84e38c7f2e5 100644 --- a/sys/arch/i386/conf/INSTALL_TINY +++ b/sys/arch/i386/conf/INSTALL_TINY @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL_TINY,v 1.6 1999/03/24 06:06:10 mrg Exp $ +# $NetBSD: INSTALL_TINY,v 1.7 1999/03/27 07:04:36 explorer Exp $ # # INSTALL_TINY - Tiny Installation kernel, suitable for 4M machines. # @@ -473,7 +473,5 @@ pseudo-device sl 2 # Serial Line IP # miscellaneous pseudo-devices pseudo-device pty 64 # pseudo-terminals #pseudo-device tb 1 # tablet line discipline - -# rnd is EXPERIMENTAL at this point. #pseudo-device rnd # /dev/random and in-kernel generator #options RND_COM # use "com" randomness as well (BROKEN) diff --git a/sys/arch/i386/conf/MINBAR b/sys/arch/i386/conf/MINBAR index 87590a23f376..234961a6acd8 100644 --- a/sys/arch/i386/conf/MINBAR +++ b/sys/arch/i386/conf/MINBAR @@ -1,4 +1,4 @@ -# $NetBSD: MINBAR,v 1.7 1999/02/16 17:46:18 abs Exp $ +# $NetBSD: MINBAR,v 1.8 1999/03/27 07:04:37 explorer Exp $ # From: GENERIC,v 1.212 1999/01/06 23:30:53 thorpej Exp # # MINBAR -- offshore CVS server @@ -602,8 +602,6 @@ pseudo-device loop # network loopback pseudo-device pty 64 # pseudo-terminals #pseudo-device tb 1 # tablet line discipline #pseudo-device sequencer 1 # MIDI sequencer - -# rnd is EXPERIMENTAL at this point. #pseudo-device rnd # /dev/random and in-kernel generator #options RND_COM # use "com" randomness as well (BROKEN) diff --git a/sys/arch/i386/conf/NBFTP b/sys/arch/i386/conf/NBFTP index e91a44c93141..b1a37ac83943 100644 --- a/sys/arch/i386/conf/NBFTP +++ b/sys/arch/i386/conf/NBFTP @@ -1,4 +1,4 @@ -# $NetBSD: NBFTP,v 1.9 1999/02/16 17:46:18 abs Exp $ +# $NetBSD: NBFTP,v 1.10 1999/03/27 07:04:37 explorer Exp $ # From: GENERIC,v 1.212 1999/01/06 23:30:53 thorpej Exp # # NBFTP -- ftp/sup.netbsd.org server machine @@ -606,8 +606,8 @@ pseudo-device pty 128 # pseudo-terminals #pseudo-device tb 1 # tablet line discipline #pseudo-device sequencer 1 # MIDI sequencer -# rnd is EXPERIMENTAL at this point. -#pseudo-device rnd # /dev/random and in-kernel generator +# rnd works; RND_COM does not on port i386 yet. +pseudo-device rnd # /dev/random and in-kernel generator #options RND_COM # use "com" randomness as well (BROKEN) # a pseudo device needed for Coda # also needs CODA (above) diff --git a/sys/arch/i386/conf/TRINITY b/sys/arch/i386/conf/TRINITY index 656166bb9cb9..7d1c81909715 100644 --- a/sys/arch/i386/conf/TRINITY +++ b/sys/arch/i386/conf/TRINITY @@ -1,4 +1,4 @@ -# $NetBSD: TRINITY,v 1.79 1999/03/14 10:34:18 mycroft Exp $ +# $NetBSD: TRINITY,v 1.80 1999/03/27 07:04:37 explorer Exp $ # From: GENERIC,v 1.220 1999/02/16 17:46:17 abs Exp # # TRINITY -- Mycroft's laptop @@ -627,7 +627,7 @@ pseudo-device pty 32 # pseudo-terminals #pseudo-device tb 1 # tablet line discipline #pseudo-device sequencer 1 # MIDI sequencer -# rnd is EXPERIMENTAL at this point. +# rnd works; RND_COM does not on port i386 yet. #pseudo-device rnd # /dev/random and in-kernel generator #options RND_COM # use "com" randomness as well (BROKEN) diff --git a/sys/arch/i386/conf/ZHADUM b/sys/arch/i386/conf/ZHADUM index dea0f32a0a70..d03d925f3891 100644 --- a/sys/arch/i386/conf/ZHADUM +++ b/sys/arch/i386/conf/ZHADUM @@ -1,4 +1,4 @@ -# $NetBSD: ZHADUM,v 1.15 1999/02/16 17:46:18 abs Exp $ +# $NetBSD: ZHADUM,v 1.16 1999/03/27 07:04:37 explorer Exp $ # # ZHADUM -- zhadum.netbsd.org, the new CVS server # @@ -507,6 +507,6 @@ pseudo-device loop # network loopback pseudo-device pty 128 # pseudo-terminals #pseudo-device tb 1 # tablet line discipline -# rnd is EXPERIMENTAL at this point. -#pseudo-device rnd # /dev/random and in-kernel generator +# rnd works; RND_COM does not on port i386 yet. +pseudo-device rnd # /dev/random and in-kernel generator #options RND_COM # use "com" randomness as well (BROKEN) diff --git a/sys/arch/i386/conf/ZYGORTHIAN-SPACE-RAIDERS b/sys/arch/i386/conf/ZYGORTHIAN-SPACE-RAIDERS index 6c529e96ddf9..e3cb4ee72680 100644 --- a/sys/arch/i386/conf/ZYGORTHIAN-SPACE-RAIDERS +++ b/sys/arch/i386/conf/ZYGORTHIAN-SPACE-RAIDERS @@ -1,4 +1,4 @@ -# $NetBSD: ZYGORTHIAN-SPACE-RAIDERS,v 1.6 1999/03/22 07:51:28 mycroft Exp $ +# $NetBSD: ZYGORTHIAN-SPACE-RAIDERS,v 1.7 1999/03/27 07:04:37 explorer Exp $ # From: GENERIC,v 1.220 1999/02/16 17:46:17 abs Exp # # GENERIC -- everything that's currently supported @@ -627,7 +627,6 @@ pseudo-device pty 64 # pseudo-terminals #pseudo-device tb 1 # tablet line discipline pseudo-device sequencer 1 # MIDI sequencer -# rnd is EXPERIMENTAL at this point. #pseudo-device rnd # /dev/random and in-kernel generator #options RND_COM # use "com" randomness as well (BROKEN)