1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00

Reenable VIRTIO_BLK_F_TOPOLOGY feature.

MFC after:	2 weeks
This commit is contained in:
Alexander Motin 2015-03-05 09:51:59 +00:00
parent ca162c0888
commit d8e32bb64e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=279642

View File

@ -205,6 +205,7 @@ TUNABLE_INT("hw.vtblk.writecache_mode", &vtblk_writecache_mode);
VIRTIO_BLK_F_RO | \
VIRTIO_BLK_F_BLK_SIZE | \
VIRTIO_BLK_F_WCE | \
VIRTIO_BLK_F_TOPOLOGY | \
VIRTIO_BLK_F_CONFIG_WCE | \
VIRTIO_RING_F_INDIRECT_DESC)