Remove "rnd is EXPERIMENTAL" comments and enable pseudo-device rnd.
This commit is contained in:
parent
7be2856666
commit
012c2679b8
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: DISKLESS,v 1.32 2006/10/14 02:04:34 tsutsui Exp $
|
||||
# $NetBSD: DISKLESS,v 1.33 2006/10/14 02:07:57 tsutsui Exp $
|
||||
|
||||
# DISKLESS Sun2 (2/120, 2/170, 2/50, ...)
|
||||
# Supports root on: ie0, ec0
|
||||
|
@ -7,7 +7,7 @@ include "arch/sun2/conf/std.sun2"
|
|||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "DISKLESS-$Revision: 1.32 $"
|
||||
#ident "DISKLESS-$Revision: 1.33 $"
|
||||
|
||||
# Machines to be supported by this kernel
|
||||
#options FPU_EMULATE
|
||||
|
@ -223,8 +223,7 @@ pseudo-device loop 1 # network loopback
|
|||
#pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
# rnd is EXPERIMENTAL
|
||||
#pseudo-device rnd # /dev/random and in-kernel generator
|
||||
pseudo-device rnd # /dev/random and in-kernel generator
|
||||
|
||||
pseudo-device pty # pseudo-terminals
|
||||
#pseudo-device vnd # paging to files
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: FOURMEG,v 1.36 2006/10/14 02:04:34 tsutsui Exp $
|
||||
# $NetBSD: FOURMEG,v 1.37 2006/10/14 02:07:57 tsutsui Exp $
|
||||
|
||||
# FOURMEG Sun2 (2/120, 2/170, 2/50, ...)
|
||||
# Supports root on: ie0, sd*, ...
|
||||
|
@ -7,7 +7,7 @@ include "arch/sun2/conf/std.sun2"
|
|||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "FOURMEG-$Revision: 1.36 $"
|
||||
#ident "FOURMEG-$Revision: 1.37 $"
|
||||
|
||||
# Machines to be supported by this kernel
|
||||
#options FPU_EMULATE
|
||||
|
@ -224,8 +224,7 @@ pseudo-device loop 1 # network loopback
|
|||
#pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
# rnd is EXPERIMENTAL
|
||||
#pseudo-device rnd # /dev/random and in-kernel generator
|
||||
pseudo-device rnd # /dev/random and in-kernel generator
|
||||
|
||||
pseudo-device pty # pseudo-terminals
|
||||
#pseudo-device vnd # paging to files
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.60 2006/10/14 02:04:34 tsutsui Exp $
|
||||
# $NetBSD: GENERIC,v 1.61 2006/10/14 02:07:57 tsutsui Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -25,7 +25,7 @@ include "arch/sun2/conf/std.sun2"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.60 $"
|
||||
#ident "GENERIC-$Revision: 1.61 $"
|
||||
|
||||
# Machines to be supported by this kernel
|
||||
#options FPU_EMULATE
|
||||
|
@ -274,8 +274,7 @@ pseudo-device loop 1 # network loopback
|
|||
#pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
# rnd is EXPERIMENTAL
|
||||
#pseudo-device rnd # /dev/random and in-kernel generator
|
||||
pseudo-device rnd # /dev/random and in-kernel generator
|
||||
|
||||
pseudo-device pty # pseudo-terminals
|
||||
#pseudo-device vnd # paging to files
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: RAMDISK,v 1.32 2006/08/26 20:27:08 christos Exp $
|
||||
# $NetBSD: RAMDISK,v 1.33 2006/10/14 02:07:57 tsutsui Exp $
|
||||
|
||||
# RAMDISK: Root/swap on ramdisk
|
||||
# This kernel is used to:
|
||||
|
@ -231,8 +231,7 @@ pseudo-device sl # CSLIP
|
|||
#pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
# rnd is EXPERIMENTAL
|
||||
#pseudo-device rnd # /dev/random and in-kernel generator
|
||||
pseudo-device rnd # /dev/random and in-kernel generator
|
||||
|
||||
pseudo-device pty 4 # pseudo-terminals
|
||||
#pseudo-device vnd # paging to files
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: VME,v 1.27 2006/10/14 02:04:34 tsutsui Exp $
|
||||
# $NetBSD: VME,v 1.28 2006/10/14 02:07:57 tsutsui Exp $
|
||||
|
||||
# VME Sun2 (2/50, 2/130, 2/160...)
|
||||
# Supports root on: ie0, sd*, ...
|
||||
|
@ -7,7 +7,7 @@ include "arch/sun2/conf/std.sun2"
|
|||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "VME-$Revision: 1.27 $"
|
||||
#ident "VME-$Revision: 1.28 $"
|
||||
|
||||
# Machines to be supported by this kernel
|
||||
#options FPU_EMULATE
|
||||
|
@ -230,8 +230,7 @@ pseudo-device loop 1 # network loopback
|
|||
#pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
# rnd is EXPERIMENTAL
|
||||
#pseudo-device rnd # /dev/random and in-kernel generator
|
||||
pseudo-device rnd # /dev/random and in-kernel generator
|
||||
|
||||
pseudo-device pty # pseudo-terminals
|
||||
#pseudo-device vnd # paging to files
|
||||
|
|
Loading…
Reference in New Issue