Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jul 2006 16:12:24 GMT
From:      Olivier Houchard <cognet@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 102568 for review
Message-ID:  <200607271612.k6RGCOrn089988@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=102568

Change 102568 by cognet@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



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