freebsd-dev/sys/dev/virtio/mmio
Kristof Provost 55cd93249b virtio: Pass the interrupt type in mmio mode
When we register an interrupt handler we need to pass the intr_type along in
bus_setup_intr().

The interrupt type matters because it is used to decide if we need to enter
NET_EPOCH. That meant that vtmmio-based if_vtnet did not, which led to panics
with INVARIANTS set.

Sponsored by:	Axiado
2020-02-20 17:26:08 +00:00
..
virtio_mmio_acpi.c Split out the virtio mmio FDT attachment and add an ACPI attachment. 2018-10-21 15:43:20 +00:00
virtio_mmio_fdt.c Split out the virtio mmio FDT attachment and add an ACPI attachment. 2018-10-21 15:43:20 +00:00
virtio_mmio_if.m
virtio_mmio.c virtio: Pass the interrupt type in mmio mode 2020-02-20 17:26:08 +00:00
virtio_mmio.h Split out the virtio mmio FDT attachment and add an ACPI attachment. 2018-10-21 15:43:20 +00:00