PERFORCE change 112820 for review

Paolo Pisati piso at FreeBSD.org
Fri Jan 12 07:44:14 PST 2007


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

Change 112820 by piso at 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;


More information about the p4-projects mailing list