diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-29 07:40:26 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-29 07:40:26 +0000 |
commit | e4e584ce7982cca54e6e125a114a1ad0468db938 (patch) | |
tree | 49d2011cba324e1b0e9659d7601dcab31207e7be /sys/conf | |
parent | 6165ce1a8578e1017d95cf2e4c4886e742849d74 (diff) |
random
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/conf/files | 6 | ||||
-rw-r--r-- | sys/conf/files.oldconf | 4 |
3 files changed, 6 insertions, 8 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index d58245db291..5c9ffc9fc99 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.8 1996/08/16 10:17:13 mickey Exp $ +# $OpenBSD: GENERIC,v 1.9 1996/08/29 07:40:24 deraadt Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -71,6 +71,4 @@ pseudo-device tb 1 # tablet line discipline pseudo-device vnd 4 # paging to files pseudo-device ccd 4 # concatenated disk devices -pseudo-device rnd # random data source - option BOOT_CONFIG # add support for boot -c diff --git a/sys/conf/files b/sys/conf/files index bf6650c9b98..82b3babe8ff 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.37 1996/08/27 14:46:54 shawn Exp $ +# $OpenBSD: files,v 1.38 1996/08/29 07:40:25 deraadt Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -69,7 +69,7 @@ pseudo-device ppp: ifnet pseudo-device tun: ifnet pseudo-device bpfilter: ifnet pseudo-device strip: ifnet -pseudo-device rnd +pseudo-device random # XXX machine-independent SCSI files should live somewhere here, maybe @@ -102,8 +102,8 @@ file dev/ic/ncr5380sbc.c ncr5380sbc file dev/ic/pdq.c pdq file dev/ic/pdq_ifsubr.c pdq file dev/mulaw.c mulaw -file dev/rnd.c rnd needs-flag file dev/vnd.c vnd needs-flag +file dev/random.c random needs-flag file isofs/cd9660/cd9660_bmap.c cd9660 file isofs/cd9660/cd9660_lookup.c cd9660 file isofs/cd9660/cd9660_node.c cd9660 diff --git a/sys/conf/files.oldconf b/sys/conf/files.oldconf index 433bf685e1e..e6c92e08c35 100644 --- a/sys/conf/files.oldconf +++ b/sys/conf/files.oldconf @@ -1,4 +1,4 @@ -# $OpenBSD: files.oldconf,v 1.11 1996/06/10 05:59:39 deraadt Exp $ +# $OpenBSD: files.oldconf,v 1.12 1996/08/29 07:40:25 deraadt Exp $ # $NetBSD: files.oldconf,v 1.67.4.1 1996/05/29 23:14:10 cgd Exp $ # adosfs/adlookup.c optional adosfs @@ -295,4 +295,4 @@ vm/vnode_pager.c optional vnodepager dev/ccd.c optional ccd needs-count # XXX !! This should not be necessary! dev/audio.c optional audio device-driver -dev/rnd.c optional rnd device-driver needs-count +dev/random.c optional random device-driver needs-count |