MFC 208379: Add interrupt descriptions for mxge's msi-x vectors

This commit is contained in:
Andrew Gallatin 2010-05-24 13:01:02 +00:00
parent 6ac1a72de0
commit cb1d64f228
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/stable/8/; revision=208499

View file

@ -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) {