CVSROOT:        /cvs
Module name:    src
Changes by:     s...@cvs.openbsd.org    2019/03/24 12:21:12

Modified files:
        sys/dev/fdt    : virtio_mmio.c 
        sys/dev/pci    : virtio_pci.c 
        sys/dev/pv     : if_vio.c vioblk.c vioblkreg.h viocon.c viomb.c 
                         vioscsireg.h virtio.c virtioreg.h virtiovar.h 
                         vmmci.c 

Log message:
virtio: Prepare for 64 feature bits

virtio 1.0 supports an arbitrary number of feature bits. However, so far
no more than 64 are used (compared to 32 in virtio 0.9). Adjust data
types to support 64 feature bits.

Later, we may want to use bitmaps and setbit(), ... to support even more
feature bits.

ok mlarkin@

Reply via email to