PERFORCE change 112818 for review

Paolo Pisati piso at FreeBSD.org
Fri Jan 12 07:16:38 PST 2007


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

Change 112818 by piso at piso_newluxor on 2007/01/12 15:15:57

	Fix ichsmb.

Affected files ...

.. //depot/projects/soc2006/intr_filter/dev/ichsmb/ichsmb.c#4 edit

Differences ...

==== //depot/projects/soc2006/intr_filter/dev/ichsmb/ichsmb.c#4 (text+ko) ====

@@ -125,7 +125,7 @@
 
 	/* Set up interrupt handler */
 	error = bus_setup_intr(dev, sc->irq_res, INTR_TYPE_MISC,
-	    ichsmb_device_intr, sc, &sc->irq_handle);
+	    NULL, ichsmb_device_intr, sc, &sc->irq_handle);
 	if (error != 0) {
 		device_printf(dev, "can't setup irq\n");
 		goto fail;


More information about the p4-projects mailing list