git: kernel: Bring in a port of FreeBSD's virtio_random(4) driver.
Sascha Wildner
swildner at crater.dragonflybsd.org
Sun Sep 30 07:45:49 PDT 2018
commit 0625343f0e53be7c02f32c09deed7565e5bee953
Author: Sascha Wildner <saw at online.de>
Date: Sun Sep 30 16:34:15 2018 +0200
kernel: Bring in a port of FreeBSD's virtio_random(4) driver.
Tested-by: Diederik de Groot <info at talon.nl>
Summary of changes:
share/man/man4/Makefile | 1 +
share/man/man4/virtio.4 | 3 +-
share/man/man4/{umoscom.4 => virtio_random.4} | 46 ++---
sys/conf/files | 1 +
sys/config/LINT64 | 1 +
sys/dev/virtual/virtio/Makefile | 2 +-
sys/dev/virtual/virtio/{pci => random}/Makefile | 10 +-
sys/dev/virtual/virtio/random/virtio_random.c | 230 ++++++++++++++++++++++++
sys/sys/random.h | 1 +
9 files changed, 265 insertions(+), 30 deletions(-)
copy share/man/man4/{umoscom.4 => virtio_random.4} (71%)
copy sys/dev/virtual/virtio/{pci => random}/Makefile (87%)
create mode 100644 sys/dev/virtual/virtio/random/virtio_random.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0625343f0e53be7c02f32c09deed7565e5bee953
--
DragonFly BSD source repository
More information about the Commits
mailing list