Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Mar 2007 21:40:12 GMT
From:      Paolo Pisati <piso@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 115365 for review
Message-ID:  <200703052140.l25LeCIN056030@repoman.freebsd.org>

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

Change 115365 by piso@piso_newluxor on 2007/03/05 21:39:59

	Wrap at 80 ixppcib_setup_intr().

Affected files ...

.. //depot/projects/soc2006/intr_filter/arm/xscale/ixp425/ixp425_pci.c#4 edit

Differences ...

==== //depot/projects/soc2006/intr_filter/arm/xscale/ixp425/ixp425_pci.c#4 (text+ko) ====

@@ -254,7 +254,8 @@
 
 static int
 ixppcib_setup_intr(device_t dev, device_t child, struct resource *ires,
-    int flags, driver_filter_t *filt, driver_intr_t *intr, void *arg, void **cookiep)
+    int flags, driver_filter_t *filt, driver_intr_t *intr, void *arg, 
+    void **cookiep)
 {
 
 	return (BUS_SETUP_INTR(device_get_parent(dev), child, ires, flags,



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