CVSROOT:        /cvs
Module name:    src
Changes by:     s...@cvs.openbsd.org    2014/10/08 13:59:53

Modified files:
        sys/dev/pci    : virtio.c 

Log message:
Add missing memory barriers to virtio.

The virtio_membar_sync() calls are required even on x86. The *_producer()
and *_consumer() calls are only relevant on architectures with less strict
memory ordering.

Reply via email to