From owner-freebsd-current@FreeBSD.ORG Sun Feb 25 17:52:33 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8916F16A403; Sun, 25 Feb 2007 17:52:33 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 4B02513C467; Sun, 25 Feb 2007 17:52:33 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id l1PHplqE059163; Sun, 25 Feb 2007 10:51:47 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 25 Feb 2007 10:51:49 -0700 (MST) Message-Id: <20070225.105149.1575282293.imp@bsdimp.com> To: krassi@bulinfo.net From: "M. Warner Losh" In-Reply-To: <20070225.104342.-1581794529.imp@bsdimp.com> References: <45E1933A.6090505@bulinfo.net> <20070225.104342.-1581794529.imp@bsdimp.com> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Sun, 25 Feb 2007 10:51:49 -0700 (MST) Cc: freebsd-arm@freebsd.org, freebsd-current@freebsd.org Subject: Re: kernel panic on ARM (interrupt filtering related)? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2007 17:52:33 -0000 In message: <20070225.104342.-1581794529.imp@bsdimp.com> "M. Warner Losh" writes: : In message: <45E1933A.6090505@bulinfo.net> : Krassimir Slavchev writes: : : : : at91_pio0: mem 0xdffff400-0xdffff5ff irq 1 on atmelarm0 : : at91_pio0: ABSR: 0x60 OSR: 0 PSR:0x1380010 ODSR: 0 : : panic: All system interrupt ISRs must be type INTR_FAST : : I think this is fallout from the Filter patches. And I see piso@ has fixed it... Warner