PERFORCE change 102568 for review

Olivier Houchard cognet at FreeBSD.org
Thu Jul 27 16:12:25 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=102568

Change 102568 by cognet at cognet on 2006/07/27 16:12:21

	Propagate the call to setup_intr to the PCI bus parent.

Affected files ...

.. //depot/projects/arm/src/sys/arm/xscale/ixp425/ixp425_pci.c#6 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/xscale/ixp425/ixp425_pci.c#6 (text+ko) ====

@@ -184,8 +184,8 @@
     int flags, driver_intr_t *intr, void *arg, void **cookiep)
 {
 
-	device_printf(dev, "%s called setup_intr\n", device_get_nameunit(child));
-	return (0);
+	return (BUS_SETUP_INTR(device_get_parent(dev), child, ires, flags,
+	    intr, arg, cookiep));
 }
 
 static int


More information about the p4-projects mailing list