From owner-freebsd-arch@FreeBSD.ORG Wed Apr 15 20:19:52 2009 Return-Path: Delivered-To: arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FBB01065752 for ; Wed, 15 Apr 2009 20:19:52 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 539498FC0C for ; Wed, 15 Apr 2009 20:19:52 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id E99F246B8D; Wed, 15 Apr 2009 16:19:51 -0400 (EDT) Received: from jhbbsd.hudson-trading.com (unknown [209.249.190.8]) by bigwig.baldwin.cx (Postfix) with ESMTPA id E62168A04D; Wed, 15 Apr 2009 16:19:50 -0400 (EDT) From: John Baldwin To: Marcel Moolenaar Date: Wed, 15 Apr 2009 16:13:50 -0400 User-Agent: KMail/1.9.7 References: <200904151324.06754.jhb@freebsd.org> <16C23095-4023-499D-896C-8A7A478FDCE4@mac.com> In-Reply-To: <16C23095-4023-499D-896C-8A7A478FDCE4@mac.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200904151613.50568.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Wed, 15 Apr 2009 16:19:50 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=0.1 required=4.2 tests=RDNS_NONE autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: arch@freebsd.org Subject: Re: Enabling interrupt filters by default X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Apr 2009 20:19:52 -0000 On Wednesday 15 April 2009 2:04:14 pm Marcel Moolenaar wrote: > > On Apr 15, 2009, at 10:24 AM, John Baldwin wrote: > > > A while ago I changed the interrupt code in 8.x such that all the MD > > code was > > the same for both the INTR_FILTER and non-INTR_FILTER case. I would > > like to > > flip the switch to enable INTR_FILTER by default. Any objections? > > Last time it was found to be not working. Did we fix it? Err, when was that? I know folks have used it on amd64 and i386 ok and I have tested it on both of those platforms. One of the arm kernel configs uses it by default. -- John Baldwin