CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/15 20:23:40
Modified files:
sys/dev/pci : if_mcx.c
Log message:
Use separate event queues and interrupt vectors for admin/link events
and tx/rx completions. This is another step towards using multiple queues.
Each queue will have its own completion queue, event queue and UAR,
which keeps everything simple and should avoid the need for any locks.
ok dlg@
