CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/08/26 13:37:54
Modified files:
sys/dev/fdt : virtio_mmio.c
sys/dev/pci : virtio_pci.c
sys/dev/pv : if_vio.c vioblk.c viocon.c viogpu.c viomb.c
viornd.c vioscsi.c virtiovar.h vmmci.c
Log message:
virtio: Introduce dedicated attach args
Instead of abusing virtio_softc as attach args, create a separate
struct. Use it to pass the number of available interrupts. This will be
useful for vio(4) multi-queue support.
ok jan@
