Index: if_vmx.c =================================================================== RCS file: /cvs/src/sys/dev/pci/if_vmx.c,v retrieving revision 1.59 diff -u -p -r1.59 if_vmx.c --- if_vmx.c 17 Jun 2020 07:08:39 -0000 1.59 +++ if_vmx.c 24 Jun 2020 06:16:37 -0000 @@ -322,10 +322,9 @@ vmxnet3_attach(struct device *parent, st } snprintf(q->intrname, sizeof(q->intrname), "%s:%d", self->dv_xname, i); - /* this should be pci_intr_establish_cpu */ - q->ih = pci_intr_establish(pa->pa_pc, ih, + q->ih = pci_intr_establish_cpu(pa->pa_pc, ih, IPL_NET | IPL_MPSAFE, - /* intrmap_cpu(sc->sc_intrmap, i), */ + intrmap_cpu(sc->sc_intrmap, i), vmxnet3_intr_queue, q, q->intrname); q->intr = vec;