Author :
sf
Date :
2024-08-26 19:37:54
Hash :dc275227 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@