Module Name: src Committed By: riastradh Date: Mon Aug 5 19:13:34 UTC 2024
Modified Files: src/sys/dev/virtio: viocon.c Log Message: viocon(4): Defer viocon_rx_fill til after virtio_child_attach_finish. Since virtio.c 1.66, virtqueue_enqueue* can't be used until after virtio_child_attach_finish completes. https://mail-index.netbsd.org/source-changes/2023/03/23/msg143799.html PR kern/58555: Kernel panic during boot when using viocon with PCIe To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/virtio/viocon.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.