virtio_random: Add modern (V1) support

Reviewed by: grehan (mentor)
Differential Revision: https://reviews.freebsd.org/D27899
This commit is contained in:
Bryan Venteicher 2021-01-19 04:55:23 +00:00
parent 703f17d60f
commit d2536a25cc

View File

@ -189,6 +189,7 @@ vtrnd_negotiate_features(device_t dev)
sc = device_get_softc(dev);
sc->vtrnd_features = virtio_negotiate_features(dev, VTRND_FEATURES);
virtio_finalize_features(dev);
}
static int