diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-05-04 17:43:43 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-05-04 17:43:43 +0000 |
commit | 1ffccee3c14fedfdff050ca4d264bb4063a65ad9 (patch) | |
tree | f2c4f33b56de93722ee98bec0f636cda9111d07a | |
parent | 26c9277ff33206ca4fa70e7500c94ce42da5952f (diff) |
add rnd driver.
-rw-r--r-- | sys/conf/files.oldconf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files.oldconf b/sys/conf/files.oldconf index 307ac1334fd..b2d59250e6e 100644 --- a/sys/conf/files.oldconf +++ b/sys/conf/files.oldconf @@ -1,4 +1,4 @@ -# $OpenBSD: files.oldconf,v 1.7 1996/04/19 07:31:23 mickey Exp $ +# $OpenBSD: files.oldconf,v 1.8 1996/05/04 17:43:42 mickey Exp $ # $NetBSD: files.oldconf,v 1.67 1996/03/19 04:40:54 scottr Exp $ # adosfs/adlookup.c optional adosfs @@ -292,3 +292,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 |