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:   jdolecek
Date:           Sat Mar 25 18:02:06 UTC 2017

Modified Files:
        src/sys/dev/pci: if_vioif.c ld_virtio.c viomb.c viornd.c vioscsi.c
            virtio.c virtiovar.h

Log Message:
reorganize the attachment process for virtio child devices, so that
more common code is shared among the drivers, and it's possible for
the drivers to be correctly dynamically loaded; forbid direct access
to struct virtio_softc from the child driver code


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/dev/pci/if_vioif.c
cvs rdiff -u -r1.14 -r1.15 src/sys/dev/pci/ld_virtio.c
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/pci/viomb.c
cvs rdiff -u -r1.10 -r1.11 src/sys/dev/pci/viornd.c
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/pci/vioscsi.c
cvs rdiff -u -r1.21 -r1.22 src/sys/dev/pci/virtio.c
cvs rdiff -u -r1.6 -r1.7 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