Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev



Module Name:    src
Committed By:   yamaguchi
Date:           Fri Mar 31 07:34:26 UTC 2023

Modified Files:
        src/sys/dev/pci: virtio.c virtio_pci.c virtiovar.h
        src/sys/dev/virtio: virtio_mmio.c

Log Message:
Added flags to store status of attaching a virtio device

This prevents a panic on reboot after a virtio device had called
virtio_child_attach_failed().


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/sys/dev/pci/virtio.c
cvs rdiff -u -r1.39 -r1.40 src/sys/dev/pci/virtio_pci.c
cvs rdiff -u -r1.27 -r1.28 src/sys/dev/pci/virtiovar.h
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/virtio/virtio_mmio.c

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