svn commit: r208499 - stable/8/sys/dev/mxge

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


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

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

Modified:
  stable/8/sys/dev/mxge/if_mxge.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)
  stable/8/sys/geom/sched/   (props changed)

Modified: stable/8/sys/dev/mxge/if_mxge.c
==============================================================================
--- stable/8/sys/dev/mxge/if_mxge.c	Mon May 24 12:51:00 2010	(r208498)
+++ stable/8/sys/dev/mxge/if_mxge.c	Mon May 24 13:01:02 2010	(r208499)
@@ -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) {


More information about the svn-src-all mailing list