History log of /dflybsd-src/share/man/man4/virtio_blk.4 (Results 1 – 4 of 4)
Revision Date Author Comments
# ec363e75 10-Dec-2014 Sascha Wildner <saw@online.de>

Mention the disk device file names in a few disk/RAID driver manpages.

All others mentioned it.

Reported-by: amonk on IRC


# 58db6936 22-Nov-2014 Imre Vadasz <imre@vdsz.com>

virtio_blk: Enable dump support. Partial sync with FreeBSD up to r252707.

* Adds support for dumping to the virtio_blk driver.

* The dev.vtblk.X.writecache_mode sysctl can now be used to toggle wri

virtio_blk: Enable dump support. Partial sync with FreeBSD up to r252707.

* Adds support for dumping to the virtio_blk driver.

* The dev.vtblk.X.writecache_mode sysctl can now be used to toggle write
caching by the virtual-machine host.

* Add a workaround in sys/dev/virtual/virtio/virtio/virtqueue.c to avoid
a serializer exit/enter pair while dumping.

* Reduce diff relative to FreeBSD's virtio_blk.c version.

* Adapt manpage, comment out description of the hw.vtblk.no_ident tunable.

* Updates are taken from FreeBSD's r252707, r252703 and r247829.

show more ...


# e18a87e3 24-Jul-2013 Franco Fichtner <franco@lastsummer.de>

man4: use .Mt for emails (1/2)


# 17905a98 06-Jan-2013 Sascha Wildner <saw@online.de>

Add manual pages for virtio (taken from FreeBSD with modifications).