Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/pci
Module Name: src
Committed By: ozaki-r
Date: Tue Jul 22 01:55:54 UTC 2014
Modified Files:
src/sys/dev/pci: if_vioif.c ld_virtio.c viomb.c virtio.c virtiovar.h
Log Message:
Introduce VIRTIO_F_PCI_INTR_MPSAFE for virtio
It is set by a child driver, e.g., if_vioif. If set, virtio sets
PCI_INTR_MPSAFE for pci_intr_establish.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/pci/if_vioif.c \
src/sys/dev/pci/ld_virtio.c src/sys/dev/pci/virtio.c
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/pci/viomb.c src/sys/dev/pci/virtiovar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index