From owner-freebsd-ppc@FreeBSD.ORG Sat Jan 3 19:41:29 2009 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57CEB106566C for ; Sat, 3 Jan 2009 19:41:29 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from adsum.doit.wisc.edu (adsum.doit.wisc.edu [144.92.197.210]) by mx1.freebsd.org (Postfix) with ESMTP id 2AE668FC08 for ; Sat, 3 Jan 2009 19:41:29 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=ISO-8859-1; format=flowed Received: from avs-daemon.smtpauth1.wiscmail.wisc.edu by smtpauth1.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 6.3-6.03 (built Mar 14 2008; 32bit)) id <0KCW00J00UP4VV00@smtpauth1.wiscmail.wisc.edu> for freebsd-ppc@freebsd.org; Sat, 03 Jan 2009 13:41:28 -0600 (CST) Received: from trantor.tachypleus.net ([76.204.99.187]) by smtpauth1.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 6.3-6.03 (built Mar 14 2008; 32bit)) with ESMTPSA id <0KCW006P2UP2EI50@smtpauth1.wiscmail.wisc.edu>; Sat, 03 Jan 2009 13:41:28 -0600 (CST) Date: Sat, 03 Jan 2009 13:43:56 -0600 From: Nathan Whitehorn In-reply-to: To: Marcel Moolenaar Message-id: <495FBFFC.5040608@freebsd.org> X-Spam-Report: AuthenticatedSender=yes, SenderIP=76.204.99.187 X-Spam-PmxInfo: Server=avs-10, Version=5.4.1.325704, Antispam-Engine: 2.6.0.325393, Antispam-Data: 2009.1.3.192826, SenderIP=76.204.99.187 References: <460A59E1-DAF6-46B0-960F-337623A27921@mac.com> <495246E5.4060305@freebsd.org> User-Agent: Thunderbird 2.0.0.18 (X11/20081209) Cc: FreeBSD PowerPC Subject: Re: panic: ofw_bus_search_intrmap: expected interrupt cell size incorrect: 4 > 8 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jan 2009 19:41:29 -0000 Marcel Moolenaar wrote: > > On Dec 24, 2008, at 6:27 AM, Nathan Whitehorn wrote: > >> Marcel Moolenaar wrote: >>> I just updated my xserve and got the following: >>> >>> ... >>> pcib1: on nexus0 >>> pci1: on pcib1 >>> pcib2: at device 13.0 on pci1 >>> pci2: on pcib2 >>> panic: ofw_bus_search_intrmap: expected interrupt cell size >>> incorrect: 4 > 8 >> This means that the #interrupt-cells property of the bus's >> #interrupt-parent and the bus itself disagree (1 versus 2). I'm not >> even sure what the correct way to handle this is. Could you check some >> nodes on that PCI bus with ofwdump, and tell me what their interrupts >> properties look like? > > I have a dump here: > http://ns1.xcllnt.net/~marcel/machines/xserve/ofwdump.txt > > I'll see what I can do. > FYI, > This should be fixed in revision 186728. Let me know if it is still misbehaving. -Nathan