Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Aug 2006 15:03:13 GMT
From:      Paolo Pisati <piso@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 103026 for review
Message-ID:  <200608021503.k72F3D6d063861@repoman.freebsd.org>

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

Change 103026 by piso@piso_newluxor on 2006/08/02 15:02:52

	After a brief talk with scottl about aac, he convinced me
	that the mask/unmask isn't the ideal approach here.

Affected files ...

.. //depot/projects/soc2006/intr_filter/dev/aac/aac.c#7 edit

Differences ...

==== //depot/projects/soc2006/intr_filter/dev/aac/aac.c#7 (text+ko) ====

@@ -814,8 +814,6 @@
 		 */
 		wakeup(sc->aifthread);
 	}
-	if (ret & FILTER_SCHEDULE_THREAD)
-		AAC_MASK_INTERRUPTS(sc);
 	return((ret)?ret:FILTER_STRAY);
 }
 
@@ -1079,7 +1077,6 @@
 	aac_startio(sc);
 
 	mtx_unlock(&sc->aac_io_lock);
-	AAC_UNMASK_INTERRUPTS(sc);
 }
 
 /*



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