CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/09/02 02:22:08
Modified files:
sys/dev/pci : virtio_pci.c
Log message:
virtio_pci: Improve interrupt names
Make interrupt strings according to the child device. This gives names
like vio0:1, vioblk0 instead of virtio0, virtio1. Also allocate array
of interrupt handlers dynamically. The current size will be too small
for vio multi-queue.
OK bluhm@
