mirror of
https://github.com/opnsense/src.git
synced 2026-02-26 19:30:29 -05:00
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 |
||
|---|---|---|
| .. | ||
| virtio_mmio.c | ||
| virtio_mmio.h | ||
| virtio_mmio_acpi.c | ||
| virtio_mmio_fdt.c | ||
| virtio_mmio_if.m | ||