svn commit: r209307 - head/sys/sun4v/sun4v
Nathan Whitehorn
nwhitehorn at FreeBSD.org
Fri Jun 18 16:29:03 UTC 2010
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, ®, 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)
More information about the svn-src-head
mailing list