Module Name: src Committed By: reinoud Date: Wed Jan 20 21:59:49 UTC 2021
Modified Files: src/sys/dev/acpi: virtio_acpi.c src/sys/dev/fdt: virtio_mmio_fdt.c src/sys/dev/pci: virtio.c virtio_pci.c virtiovar.h Log Message: Remove the virtio child driver finalisation check KASSERT that, while it should never trigger, a possible bug in a child driver shouldn't have to panic the kernel. Instead report the internal error. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/acpi/virtio_acpi.c cvs rdiff -u -r1.5 -r1.6 src/sys/dev/fdt/virtio_mmio_fdt.c cvs rdiff -u -r1.43 -r1.44 src/sys/dev/pci/virtio.c cvs rdiff -u -r1.15 -r1.16 src/sys/dev/pci/virtio_pci.c cvs rdiff -u -r1.17 -r1.18 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.