summaryrefslogtreecommitdiffstats
path: root/share/man/man4/Makefile
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2014-07-21 00:21:56 +0000
committerjhb <jhb@FreeBSD.org>2014-07-21 00:21:56 +0000
commitcf1a2223269e3a031a511b90ce2035ffdf9f7420 (patch)
tree47f56b4d318aeb5e1020c53d57cb9963e35eeb27 /share/man/man4/Makefile
parent25b41d088263e9d1574521319b2e37df9842fd2f (diff)
downloadFreeBSD-src-cf1a2223269e3a031a511b90ce2035ffdf9f7420.zip
FreeBSD-src-cf1a2223269e3a031a511b90ce2035ffdf9f7420.tar.gz
MFC 260847,264055,264867:
- Add a very simple virtio_random(4) driver for FreeBSD guests to harvest entropy from hypervisors. - Add support to bhyve for the virtio RNG entropy-source device to provide entry to bhyve guests.
Diffstat (limited to 'share/man/man4/Makefile')
-rw-r--r--share/man/man4/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 92c8709..3a9af12 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -555,6 +555,7 @@ MAN= aac.4 \
${_virtio.4} \
${_virtio_balloon.4} \
${_virtio_blk.4} \
+ ${_virtio_random.4} \
${_virtio_scsi.4} \
vkbd.4 \
vlan.4 \
@@ -804,6 +805,7 @@ _nxge.4= nxge.4
_virtio.4= virtio.4
_virtio_balloon.4=virtio_balloon.4
_virtio_blk.4= virtio_blk.4
+_virtio_random.4= virtio_random.4
_virtio_scsi.4= virtio_scsi.4
_vmx.4= vmx.4
_vtnet.4= vtnet.4
OpenPOWER on IntegriCloud