enable pseudo-device rnd on GENERIC-type, and remove EXPERIMENTAL from rest.
This commit is contained in:
parent
e3efa6ea27
commit
02db718d0f
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: A7000,v 1.33 1999/01/23 22:18:42 sommerfe Exp $
|
||||
# $NetBSD: A7000,v 1.34 1999/03/27 07:11:35 explorer Exp $
|
||||
#
|
||||
# A7000 - Full A7000 configuration
|
||||
#
|
||||
|
@ -261,6 +261,7 @@ pseudo-device tb 1 # tablet line discipline
|
|||
pseudo-device vnd 4 # paging to files
|
||||
pseudo-device ccd 2 # concatenated disk devices
|
||||
pseudo-device md 1 # Ramdisk driver
|
||||
pseudo-device rnd # /dev/random and /dev/urandom
|
||||
|
||||
makeoptions MONITOR="Taxan875+LR"
|
||||
#makeoptions MONITOR="AKF60"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: CATS,v 1.8 1999/02/27 11:19:25 mark Exp $
|
||||
# $NetBSD: CATS,v 1.9 1999/03/27 07:11:36 explorer Exp $
|
||||
#
|
||||
# CATS -- CHALTECH CATS Development kernel
|
||||
#
|
||||
|
@ -365,7 +365,5 @@ 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)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: EBSA285,v 1.3 1999/02/27 11:18:27 mark Exp $
|
||||
# $NetBSD: EBSA285,v 1.4 1999/03/27 07:11:36 explorer Exp $
|
||||
#
|
||||
# EBSA285 -- EBSA285 Architecture Kernel
|
||||
#
|
||||
|
@ -279,7 +279,5 @@ 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
|
||||
pseudo-device rnd # /dev/random and in-kernel generator
|
||||
#options RND_COM # use "com" randomness as well (BROKEN)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.54 1999/03/26 02:46:14 hubertf Exp $
|
||||
# $NetBSD: GENERIC,v 1.55 1999/03/27 07:11:36 explorer Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
@ -265,8 +265,7 @@ pseudo-device vnd 4 # paging to files
|
|||
pseudo-device ccd 2 # concatenated disk devices
|
||||
#pseudo-device raid 4 # RAIDframe disk driver
|
||||
pseudo-device md 1 # Ramdisk driver
|
||||
# rnd is EXPERIMENTAL
|
||||
#pseudo-device rnd # /dev/random and in-kernel generator
|
||||
pseudo-device rnd # /dev/random and in-kernel generator
|
||||
|
||||
makeoptions MONITOR="Taxan875+LR"
|
||||
#makeoptions MONITOR="AKF60"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: OFWGENCFG,v 1.8 1998/10/04 19:03:37 mark Exp $
|
||||
# $NetBSD: OFWGENCFG,v 1.9 1999/03/27 07:11:36 explorer Exp $
|
||||
#
|
||||
# OFWGENCFG: 'generic' configuration for Open Firmware boards.
|
||||
#
|
||||
|
@ -134,5 +134,6 @@ pseudo-device pty 32 # pseudo-terminals
|
|||
#pseudo-device tb 1 # tablet line discipline
|
||||
pseudo-device vnd 4 # paging to files
|
||||
#pseudo-device ccd 2 # concatenated disk devices
|
||||
pseudo-device rnd # /dev/random and /dev/urandom
|
||||
|
||||
#pseudo-device md 1 # Ramdisk driver
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: RC7500,v 1.27 1999/01/23 22:18:42 sommerfe Exp $
|
||||
# $NetBSD: RC7500,v 1.28 1999/03/27 07:11:36 explorer Exp $
|
||||
#
|
||||
# RC7500 - Config for the VLSI RC7500 board
|
||||
#
|
||||
|
@ -210,6 +210,7 @@ pseudo-device pty 32 # pseudo-terminals
|
|||
pseudo-device vnd 4 # paging to files
|
||||
#pseudo-device ccd 2 # concatenated disk devices
|
||||
pseudo-device md 1 # Memory disk driver
|
||||
pseudo-device rnd # /dev/random and /dev/urandom
|
||||
|
||||
#options HARDCODEDMODES
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: RISCPC,v 1.23 1999/01/23 22:18:42 sommerfe Exp $
|
||||
# $NetBSD: RISCPC,v 1.24 1999/03/27 07:11:36 explorer Exp $
|
||||
#
|
||||
# RISCPC -- Full RiscPC config
|
||||
#
|
||||
|
@ -261,6 +261,7 @@ pseudo-device tb 1 # tablet line discipline
|
|||
pseudo-device vnd 4 # paging to files
|
||||
pseudo-device ccd 2 # concatenated disk devices
|
||||
pseudo-device md 1 # Ramdisk driver
|
||||
pseudo-device rnd # /dev/random and /dev/urandom
|
||||
|
||||
makeoptions MONITOR="Taxan875+LR"
|
||||
#makeoptions MONITOR="AKF60"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: SHARK,v 1.20 1999/03/26 02:48:18 hubertf Exp $
|
||||
# $NetBSD: SHARK,v 1.21 1999/03/27 07:11:36 explorer Exp $
|
||||
# From: NetBSD: GENERIC,v 1.53 1999/01/23 22:18:42 sommerfe Exp
|
||||
#
|
||||
# SHARK
|
||||
|
@ -200,6 +200,7 @@ pseudo-device pty 32 # pseudo-terminals
|
|||
#pseudo-device tb 1 # tablet line discipline
|
||||
pseudo-device vnd 4 # paging to files
|
||||
#pseudo-device ccd 2 # concatenated disk devices
|
||||
pseudo-device rnd # /dev/random and /dev/urandom
|
||||
|
||||
#pseudo-device md 1 # Ramdisk driver
|
||||
#pseudo-device profiler 1 # fiq based profiling device
|
||||
|
|
Loading…
Reference in New Issue