svn commit: r208500 - stable/7/sys/dev/mxge

Andrew Gallatin gallatin at FreeBSD.org
Mon May 24 13:01:09 UTC 2010


Author: gallatin
Date: Mon May 24 13:01:07 2010
New Revision: 208500
URL: http://svn.freebsd.org/changeset/base/208500

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

Modified:
  stable/7/sys/dev/mxge/if_mxge.c
Directory Properties:
  stable/7/sys/   (props changed)
  stable/7/sys/cddl/contrib/opensolaris/   (props changed)
  stable/7/sys/contrib/dev/acpica/   (props changed)
  stable/7/sys/contrib/pf/   (props changed)

Modified: stable/7/sys/dev/mxge/if_mxge.c
==============================================================================
--- stable/7/sys/dev/mxge/if_mxge.c	Mon May 24 13:01:02 2010	(r208499)
+++ stable/7/sys/dev/mxge/if_mxge.c	Mon May 24 13:01:07 2010	(r208500)
@@ -4200,6 +4200,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) {


More information about the svn-src-all mailing list