aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/virtio/virtio_ids.h
Commit message (Collapse)AuthorAgeFilesLines
* Sync VirtIO IDs with LinuxBryan Venteicher2018-01-141-8/+15
| | | | Notes: svn path=/head/; revision=327958
* Split the virtio.h header file into multiple filesBryan Venteicher2014-06-011-0/+44
Reorganize the previous contexts of the file as it is in Linux. The eventual goal is to install the header files and share them between the kernel and bhyve. MFC after: 1 week Notes: svn path=/head/; revision=266951