History log of /openbsd-current/sys/dev/pv/vioscsireg.h
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_6_5_BASE
# 1.2 24-Mar-2019 sf

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@


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE
# 1.1 21-Jan-2017 reyk

Move vioscsireg.h to sys/dev/pv/vioscsireg.h

virtio itself is not PCI, it is a paravirtual bus on top of either PCI
or MMIO (arm). This is the second step of moving the virtio files to
dev/pv. No functional change.

Moving the file is done by removing and adding it again - the old
history can be found in the Attic of sys/dev/pci/vioscsireg.h.

no objections from sf@ mlarkin@


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.1 21-Jan-2017 reyk

Move vioscsireg.h to sys/dev/pv/vioscsireg.h

virtio itself is not PCI, it is a paravirtual bus on top of either PCI
or MMIO (arm). This is the second step of moving the virtio files to
dev/pv. No functional change.

Moving the file is done by removing and adding it again - the old
history can be found in the Attic of sys/dev/pci/vioscsireg.h.

no objections from sf@ mlarkin@