From owner-p4-projects@FreeBSD.ORG Fri Jan 5 20:07:43 2007 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 7087316A416; Fri, 5 Jan 2007 20:07:43 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 40D7D16A415; Fri, 5 Jan 2007 20:07:43 +0000 (UTC) (envelope-from piso@newluxor.wired.org) Received: from mail.oltrelinux.com (krisma.oltrelinux.com [194.242.226.43]) by mx1.freebsd.org (Postfix) with ESMTP id 0104D13C45D; Fri, 5 Jan 2007 20:07:42 +0000 (UTC) (envelope-from piso@newluxor.wired.org) Received: from newluxor.wired.org (ip-64-88.sn2.eutelia.it [83.211.64.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.oltrelinux.com (Postfix) with ESMTP id 1C6A711AE45; Fri, 5 Jan 2007 20:45:53 +0100 (CET) Received: (from piso@localhost) by newluxor.wired.org (8.13.8/8.13.8/Submit) id l05JjdQx077593; Fri, 5 Jan 2007 20:45:39 +0100 (CET) (envelope-from piso) Date: Fri, 5 Jan 2007 20:45:38 +0100 From: Paolo Pisati To: John Baldwin Message-ID: <20070105194538.GA55976@tin.it> References: <200701051629.l05GTpK2057571@repoman.freebsd.org> <200701051234.37394.jhb@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200701051234.37394.jhb@freebsd.org> User-Agent: Mutt/1.4.2.2i X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at krisma.oltrelinux.com Cc: Perforce Change Reviews , Paolo Pisati Subject: Re: PERFORCE change 112546 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, 05 Jan 2007 20:07:43 -0000 On Fri, Jan 05, 2007 at 12:34:37PM -0500, John Baldwin wrote: > Also, can you make the intr_eoi_src and intr_disable_eoi_src function pointers > be part of 'struct intr_event' passed to intr_event_create() instead of > passing them to this function? You also shouldn't need to pass 'isrc' to > the function as it's already in the intr_event. Yep, that's the plan. P.