Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 2007 15:44:13 GMT
From:      Paolo Pisati <piso@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 112820 for review
Message-ID:  <200701121544.l0CFiDMC014950@repoman.freebsd.org>

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

Change 112820 by piso@piso_newluxor on 2007/01/12 15:43:28

	Fix intpm.

Affected files ...

.. //depot/projects/soc2006/intr_filter/pci/intpm.c#6 edit

Differences ...

==== //depot/projects/soc2006/intr_filter/pci/intpm.c#6 (text+ko) ====

@@ -160,8 +160,8 @@
 		goto fail;
 	}
 
-	error = bus_setup_intr(dev, sc->irq_res, INTR_TYPE_MISC, intsmb_rawintr,
-	    sc, &sc->irq_hand);
+	error = bus_setup_intr(dev, sc->irq_res, INTR_TYPE_MISC, NULL, 
+	    intsmb_rawintr, sc, &sc->irq_hand);
 	if (error) {
 		device_printf(dev, "Failed to map intr\n");
 		goto fail;



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