Deleted Added
full compact
26c26
< * $FreeBSD: stable/10/sys/dev/virtio/virtqueue.h 255109 2013-09-01 04:16:43Z bryanv $
---
> * $FreeBSD: stable/10/sys/dev/virtio/virtqueue.h 268010 2014-06-29 00:37:59Z bryanv $
35,40d34
< /* Support for indirect buffer descriptors. */
< #define VIRTIO_RING_F_INDIRECT_DESC (1 << 28)
<
< /* Support to suppress interrupt until specific index is reached. */
< #define VIRTIO_RING_F_EVENT_IDX (1 << 29)
<