summaryrefslogtreecommitdiff
path: root/sys/dev/pci/virtioreg.h
AgeCommit message (Expand)Author
2023-03-29virtio(4): Use flexible array members, not zero-length arrays.riastradh
2022-10-15virtio(4): Use __BIT, not inline shift.riastradh
2022-04-13virtio: Use UINT64_C() instead of explicit ULL suffix.uwe
2022-04-13virtio: G/c accidentally committed comment in previous.uwe
2022-04-13virtio: use the new syntax for snprintb(3) format strings.uwe
2021-01-20Add VirtIO PCI v1.0 attachments and fix the drivers affected.reinoud
2015-10-29Add vioscsi, compile tested only (toxic)christos
2015-10-27add the common flag bitschristos
2015-10-26Support MSI-X in virtioozaki-r
2015-05-04Fix configuration offset when MSI is enabledozaki-r
2013-12-06virtio: move a comment to a more appropriate placeyamt
2011-10-30Import of the virtio driver written by MINOURA Makoto <minoura@netbsd.org>hannken