Deleted Added
full compact
28c28
< * $FreeBSD: stable/10/sys/dev/virtio/virtio_config.h 267312 2014-06-10 03:23:35Z bryanv $
---
> * $FreeBSD: stable/10/sys/dev/virtio/virtio_config.h 268010 2014-06-29 00:37:59Z bryanv $
46a47,52
> /* 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)
>