diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-03-29 12:05:57 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-03-29 12:05:57 +0000 |
commit | 72b333c9f34a2f5219597c851ce3a073d815a7c1 (patch) | |
tree | 7b6068286f976d6b4d1adb9711f343f2880b32f4 /sys/conf | |
parent | 4c1fa6049e9c868752f93f032b22d56ff9abbbf3 (diff) |
Initial commit of random source driver.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files index 273212533a4..4d790ad6dad 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -38,6 +38,7 @@ pseudo-device sl: ifnet pseudo-device ppp: ifnet pseudo-device tun: ifnet pseudo-device bpfilter: ifnet +pseudo-device rnd # XXX machine-independent SCSI files should live somewhere here, maybe @@ -69,6 +70,7 @@ 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 isofs/cd9660/cd9660_bmap.c cd9660 file isofs/cd9660/cd9660_lookup.c cd9660 |