]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r267520, r267521, r267522, r267523, r267524:
authorbryanv <bryanv@FreeBSD.org>
Sun, 29 Jun 2014 00:37:59 +0000 (00:37 +0000)
committerbryanv <bryanv@FreeBSD.org>
Sun, 29 Jun 2014 00:37:59 +0000 (00:37 +0000)
commita672dfd83f7fd03be3300440ee58815eb6427161
treeffbd817301281a871c52dc9c4eaa78ef0d972b24
parent7a51d5500789f348ee8a2418972c6b0780236682
MFC r267520, r267521, r267522, r267523, r267524:

  - Remove two write-only local variables
  - Remove unused element in the vtnet_rxq structure
  - Remove kernel specific macro out of the VirtIO PCI header file
  - Move the VIRTIO_RING_F_* defines out of virtqueue.h into
    virtio_config.h
  - Make the feature negotiation code easier to follow
  - Force two byte alignment for all control message headers
sys/dev/virtio/network/if_vtnet.c
sys/dev/virtio/network/if_vtnetvar.h
sys/dev/virtio/pci/virtio_pci.c
sys/dev/virtio/pci/virtio_pci.h
sys/dev/virtio/virtio.h
sys/dev/virtio/virtio_config.h
sys/dev/virtio/virtqueue.c
sys/dev/virtio/virtqueue.h