From owner-freebsd-arm@FreeBSD.ORG Tue Nov 6 17:12:44 2007 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 5A52B16A419 for ; Tue, 6 Nov 2007 17:12:44 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 1F1B213C480 for ; Tue, 6 Nov 2007 17:12:44 +0000 (UTC) (envelope-from sam@errno.com) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id lA6HCgmY089195 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 6 Nov 2007 09:12:43 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <4730A08A.8070208@errno.com> Date: Tue, 06 Nov 2007 09:12:42 -0800 From: Sam Leffler User-Agent: Thunderbird 2.0.0.6 (X11/20070814) MIME-Version: 1.0 To: Soeren Straarup References: <20071106123440.13c5bfa5@x12.dk> In-Reply-To: <20071106123440.13c5bfa5@x12.dk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC-Rhyolite-Metrics: o.com; whitelist Cc: freebsd-arm@freebsd.org Subject: Re: Kernel panics when option random or any usb is present. 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, 06 Nov 2007 17:12:44 -0000 Soeren Straarup wrote: > Hi, > > I'm looking for some pointers to where something could be wrong. > The board i'm using is an AT91RM9200 based. > > when i have any forms of USB enabled i get a cannot load from addr > 0x20000 > > If random is enabled it also panics > > http://people.freebsd.org/~xride/arm/mb9200_20071104.txt > > Try getting a stack trace for the random panic; looks like a null ptr deref. Sam