Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jun 2010 16:29:03 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r209307 - head/sys/sun4v/sun4v
Message-ID:  <201006181629.o5IGT3SQ010078@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nwhitehorn
Date: Fri Jun 18 16:29:03 2010
New Revision: 209307
URL: http://svn.freebsd.org/changeset/base/209307

Log:
  Missed change to sun4v while adding iparent lookup to the OFW interrupt
  map interface.

Modified:
  head/sys/sun4v/sun4v/hv_pci.c

Modified: head/sys/sun4v/sun4v/hv_pci.c
==============================================================================
--- head/sys/sun4v/sun4v/hv_pci.c	Fri Jun 18 16:14:37 2010	(r209306)
+++ head/sys/sun4v/sun4v/hv_pci.c	Fri Jun 18 16:29:03 2010	(r209307)
@@ -333,7 +333,7 @@ hvpci_route_interrupt(device_t bridge, d
 	node = ofw_bus_get_node(dev);
 	pintr = pin;
 	obli = ofw_bus_lookup_imap(node, &sc->hs_pci_iinfo, &reg, sizeof(reg),
-	    &pintr, sizeof(pintr), &mintr, sizeof(mintr), maskbuf);
+	    &pintr, sizeof(pintr), &mintr, sizeof(mintr), NULL, maskbuf);
 	device_printf(dev, "called hvpci_route_intr: %d, got: mintr: %#x\n",
 	    obli, mintr);
 	if (obli)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006181629.o5IGT3SQ010078>