From owner-p4-projects@FreeBSD.ORG Fri Jul 21 21:01:55 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id F107116A4E2; Fri, 21 Jul 2006 21:01:54 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD36A16A4DA; Fri, 21 Jul 2006 21:01:54 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id A09D043D5E; Fri, 21 Jul 2006 21:01:50 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [10.10.3.185] ([165.236.175.187]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k6LKXioE027103; Fri, 21 Jul 2006 14:33:49 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <44C13A13.7070307@samsco.org> Date: Fri, 21 Jul 2006 14:33:23 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Paolo Pisati References: <200607211021.k6LALOmp039359@repoman.freebsd.org> In-Reply-To: <200607211021.k6LALOmp039359@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.0 required=3.8 tests=none autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: Perforce Change Reviews Subject: Re: PERFORCE change 102049 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jul 2006 21:01:55 -0000 Paolo Pisati wrote: > http://perforce.freebsd.org/chv.cgi?CH=102049 > > Change 102049 by piso@piso_longino on 2006/07/21 10:21:18 > > Axe INTR_FAST. > > Affected files ... > > .. //depot/projects/soc2006/intr_filter/dev/aac/aac.c#4 edit > .. //depot/projects/soc2006/intr_filter/dev/adlink/adlink.c#4 edit > .. //depot/projects/soc2006/intr_filter/dev/cy/cy_isa.c#4 edit > .. //depot/projects/soc2006/intr_filter/dev/cy/cy_pci.c#5 edit > > Differences ... > > ==== //depot/projects/soc2006/intr_filter/dev/aac/aac.c#4 (text+ko) ==== > > @@ -312,7 +312,7 @@ > } > } else { > if (bus_setup_intr(sc->aac_dev, sc->aac_irq, > - INTR_FAST|INTR_TYPE_BIO, > + INTR_TYPE_BIO, > aac_fast_intr, NULL, > sc, &sc->aac_intr)) { > device_printf(sc->aac_dev, > AAC uses the same INTR_FAST + taskqueue scheme that if_em did. Scott