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

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

Change 112818 by piso@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;



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