CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/07/26 01:55:23
Modified files:
sys/dev/pv : if_vio.c vioblk.c vioblkreg.h virtio.c
virtioreg.h
Log message:
virtio: add/fix feature bits
There was a off-by-one in unused vioblk feature defines. Fix this.
Add missing feature bits from virtio 1.2 so that they are displayed
with VIRTIO_DEBUG.
ok jan@
