Add interrupt descriptions for mxge's msi-x vectors

This commit is contained in:
Andrew Gallatin 2010-05-21 15:57:24 +00:00
parent 6533cd198d
commit 2108913743

View File

@ -4476,6 +4476,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) {