From owner-freebsd-ppc@FreeBSD.ORG Sat Sep 8 20:03:34 2012 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 AEB1E106564A for ; Sat, 8 Sep 2012 20:03:34 +0000 (UTC) (envelope-from andreast-list@fgznet.ch) Received: from smtp.fgznet.ch (mail.fgznet.ch [81.92.96.47]) by mx1.freebsd.org (Postfix) with ESMTP id 456468FC17 for ; Sat, 8 Sep 2012 20:03:33 +0000 (UTC) Received: from deuterium.andreas.nets (dhclient-91-190-14-19.flashcable.ch [91.190.14.19]) by smtp.fgznet.ch (8.13.8/8.13.8/Submit_SMTPAUTH) with ESMTP id q88K3Kid092135; Sat, 8 Sep 2012 22:03:22 +0200 (CEST) (envelope-from andreast-list@fgznet.ch) Message-ID: <504BA488.5080001@fgznet.ch> Date: Sat, 08 Sep 2012 22:03:20 +0200 From: Andreas Tobler User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.5; rv:15.0) Gecko/20120824 Thunderbird/15.0 MIME-Version: 1.0 To: Mathias Breuninger References: <008001cd8aae$b5f61b80$21e25280$@breuninger@espace29.asso.fr> <5047C231.7010108@fgznet.ch> In-Reply-To: <5047C231.7010108@fgznet.ch> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.64 on 81.92.96.47 Cc: freebsd-ppc@freebsd.org Subject: Re: FreeBSD/powerpc64 9.0-RELEASE and 9.1RC1 can't load module with /boot/loader.conf 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, 08 Sep 2012 20:03:34 -0000 On 05.09.12 23:20, Andreas Tobler wrote: > On 04.09.12 17:05, Mathias Breuninger wrote: >> Hi, >> >> The machine is an Apple Powermac G5 2GHz DP (2003) >> >> The modules tested are if_re and if_carp. >> >> Module loading at boot stage works fine on FreeBSD/powerpc (Apple Poweramc G4 Digital Audio) but not on FreeBSD/powerpc64. >> >> Do someone succeed in loading modules on 64bits architecture? > > I can confirm that it fails here too. I end up in an OF exception, > either Illegal access or Decrementer exception. > > I'll have a look in the next days. > > Thanks for the report. I just committed a fix for this issue. http://svnweb.freebsd.org/base?view=revision&revision=240249 Thanks again, Andreas