use an intrmap when establishing interrupts for queues.
authordlg <dlg@openbsd.org>
Mon, 25 Jan 2021 01:45:55 +0000 (01:45 +0000)
committerdlg <dlg@openbsd.org>
Mon, 25 Jan 2021 01:45:55 +0000 (01:45 +0000)
commit5df6f9650b0f9fc05757fef099a582bd245d48c0
tree8979e73e34fe8a8b5dfc823f3771ec524cc3bbff
parent976dfa819252a4a2f26bc6e02f6674f2601b2798
use an intrmap when establishing interrupts for queues.

mcx is still hardcoded/limited to 1 queue for now, but this lets
different mcx devices use different cpus for handling packets.

looks good jmatthew@
sys/dev/pci/if_mcx.c