PERFORCE change 111915 for review

Paolo Pisati piso at FreeBSD.org
Mon Dec 18 16:18:43 PST 2006


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

Change 111915 by piso at piso_newluxor on 2006/12/19 00:17:39

	Forgot to delete the comment.

Affected files ...

.. //depot/projects/soc2006/intr_filter/dev/sound/isa/sbc.c#6 edit

Differences ...

==== //depot/projects/soc2006/intr_filter/dev/sound/isa/sbc.c#6 (text+ko) ====

@@ -525,9 +525,6 @@
 	i = 0;
 	while ((ret == 0) && (i < INTR_MAX)) {
 		if (ihl->intr[i] == NULL) {
-			/*
-			 * XXX_FILTER this code doesn't take care of filters.
-			 */
 			ihl->intr[i] = intr;
 			ihl->intr_arg[i] = arg;
 			*cookiep = &ihl->intr[i];


More information about the p4-projects mailing list