Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
| | | | | Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/ | ||||
* | Update VirtIO definitions from Linux virtio_config.h and virtio_ring.h headers | Bryan Venteicher | 2018-06-17 | 1 | -7/+30 |
| | | | | Notes: svn path=/head/; revision=335305 | ||||
* | Move the VIRTIO_RING_F_* defines out of virtqueue.h into virtio_config.h | Bryan Venteicher | 2014-06-16 | 1 | -0/+6 |
| | | | | | | | | | | | | | | These defines are applicable to userland too, but virtqueue.h contains the kernel virtqueue interface, and is therefore not usable in userland. Note that Linux places these defines in virtio_ring.h, but I don't want the drivers including this header file to keep the VirtIO ring opaque to everything but the virtqueue. MFC after: 1 week Notes: svn path=/head/; revision=267522 | ||||
* | Split the virtio.h header file into multiple files | Bryan Venteicher | 2014-06-01 | 1 | -0/+61 |
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 |