From owner-freebsd-arm@FreeBSD.ORG Tue Apr 22 18:15:53 2008 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C32301065674 for ; Tue, 22 Apr 2008 18:15:53 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 9DB2A8FC2C for ; Tue, 22 Apr 2008 18:15:53 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unknown [208.65.91.234]) by elvis.mu.org (Postfix) with ESMTP id 386411A4D89; Tue, 22 Apr 2008 10:58:15 -0700 (PDT) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m3MHvtVJ017349; Tue, 22 Apr 2008 13:58:04 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Olivier Houchard Date: Tue, 22 Apr 2008 13:35:23 -0400 User-Agent: KMail/1.9.7 References: <200804201602.40517.hselasky@c2i.net> <20080421010405.GA58580@ci0.org> In-Reply-To: <20080421010405.GA58580@ci0.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804221335.23809.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Tue, 22 Apr 2008 13:58:04 -0400 (EDT) X-Virus-Scanned: ClamAV 0.91.2/6880/Tue Apr 22 10:13:41 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: freebsd-arm@freebsd.org Subject: Re: AT91RM9200 and possibly other ARM targets are broken in 8-current after recent commit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2008 18:15:53 -0000 On Sunday 20 April 2008 09:04:06 pm Olivier Houchard wrote: > On Sun, Apr 20, 2008 at 04:02:39PM +0200, Hans Petter Selasky wrote: > > Hi John, > > > > I'm sorry to say that a recent patch done by you has broken at least the > > AT91RM9200 target in 8-current. > > > > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/arm/arm/intr.c.diff?r1=1.19;r2=1.20 > > > > I spent spent several hours today scratching my head why the platform didn't > > boot. I added a couple of prints into the code: > > > > Hi, > > I believe I just fixed that problem, it was indeed AT91RM92-specific (sort of). > Thanks a lot for reporting and investigating ! > > Olivier Thanks for fixing it! -- John Baldwin