Query: virtio_random
OS: freebsd
Section: 4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
VIRTIO_RANDOM(4) BSD Kernel Interfaces Manual VIRTIO_RANDOM(4)NAMEvirtio_random -- VirtIO Entropy driverSYNOPSISTo compile this driver into the kernel, place the following lines in your kernel configuration file: device virtio_random Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): virtio_random_load="YES"DESCRIPTIONThe virtio_random device driver provides support for VirtIO entropy devices. The entropy device supplies high-quality randomness from the hypervisor to the guest.SEE ALSOrandom(4), virtio(4)HISTORYThe virtio_random driver was written by Bryan Venteicher <bryanv@FreeBSD.org>.BSDDecember 28, 2013 BSD