Deleted Added
full compact
33c33
< * $FreeBSD: stable/10/sys/dev/virtio/pci/virtio_pci.h 238360 2012-07-11 02:57:19Z grehan $
---
> * $FreeBSD: stable/10/sys/dev/virtio/pci/virtio_pci.h 268010 2014-06-29 00:37:59Z bryanv $
75,76c75
< #define VIRTIO_PCI_CONFIG(sc) \
< (((sc)->vtpci_flags & VTPCI_FLAG_MSIX) ? 24 : 20)
---
> #define VIRTIO_PCI_CONFIG_OFF(msix_enabled) ((msix_enabled) ? 24 : 20)