CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/12/09 06:03:54
Modified files:
sys/dev/pci : Tag: OPENBSD_5_5 virtio.c
Log message:
Backport r1.10:
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.
no objections kettenis@
