From owner-freebsd-arm@FreeBSD.ORG Fri Jun 1 13:14:37 2007 Return-Path: X-Original-To: freebsd-arm@freebsd.org Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 52F4216A41F for ; Fri, 1 Jun 2007 13:14:37 +0000 (UTC) (envelope-from bkoenig@alpha-tierchen.de) Received: from mail.liberty-hosting.de (mail.smartterra.de [195.225.132.203]) by mx1.freebsd.org (Postfix) with ESMTP id 135E313C44B for ; Fri, 1 Jun 2007 13:14:36 +0000 (UTC) (envelope-from bkoenig@alpha-tierchen.de) Received: from mail.liberty-hosting.de ([195.225.132.203]) by localhost (liberty-mail [195.225.132.203]) (amavisd-new, port 10024) with ESMTP id 51451-06; Fri, 1 Jun 2007 15:14:35 +0200 (CEST) Received: from home.alpha-tierchen.de (port-212-202-170-5.dynamic.qsc.de [212.202.170.5]) by mail.liberty-hosting.de (Postfix) with ESMTP id 459CD180FE1; Fri, 1 Jun 2007 15:14:35 +0200 (CEST) Received: from webmail.alpha-tierchen.de (localhost [127.0.0.1]) by home.alpha-tierchen.de (Postfix) with ESMTP id 6C4F645046; Fri, 1 Jun 2007 15:14:33 +0200 (CEST) Received: from 2001:6f8:101e:0:20e:cff:fe6d:6adb (SquirrelMail authenticated user bkoenig) by webmail.alpha-tierchen.de with HTTP; Fri, 1 Jun 2007 15:14:33 +0200 (CEST) Message-ID: <59733.2001:6f8:101e:0:20e:cff:fe6d:6adb.1180703673.squirrel@webmail.alpha-tierchen.de> In-Reply-To: <46600799.7000705@bulinfo.net> References: <62776.2001:6f8:101e:0:20e:cff:fe6d:6adb.1180696310.squirrel@webmail.alpha-tierchen.de> <46600799.7000705@bulinfo.net> Date: Fri, 1 Jun 2007 15:14:33 +0200 (CEST) From: =?iso-8859-1?Q?Bj=F6rn_K=F6nig?= To: "Krassimir Slavchev" User-Agent: SquirrelMail/1.4.10a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: by amavisd-new at mail.smartterra.de Cc: freebsd-arm@freebsd.org Subject: Re: Execution stops while enabling MMU 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: Fri, 01 Jun 2007 13:14:37 -0000 Shame on me. I tried to turn on an LED after enabling MMU, but I forgot that we're having virtual addresses now and I have no access to the addresses that I used to enable the LED. I added 0xf0000000-0xffffffff to the translation table and it goes on. Sorry for inconvenience. Thanks Björn