mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
MFC 208379: Add interrupt descriptions for mxge's msi-x vectors
This commit is contained in:
parent
6ac1a72de0
commit
cb1d64f228
1 changed files with 2 additions and 0 deletions
|
|
@ -4480,6 +4480,8 @@ mxge_add_msix_irqs(mxge_softc_t *sc)
|
|||
"message %d\n", i);
|
||||
goto abort_with_intr;
|
||||
}
|
||||
bus_describe_intr(sc->dev, sc->msix_irq_res[i],
|
||||
sc->msix_ih[i], "s%d", i);
|
||||
}
|
||||
|
||||
if (mxge_verbose) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue