From owner-freebsd-ppc@FreeBSD.ORG Sun May 24 12:48:35 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 3BBB6106566B for ; Sun, 24 May 2009 12:48:35 +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 CED4D8FC21 for ; Sun, 24 May 2009 12:48:34 +0000 (UTC) (envelope-from andreast-list@fgznet.ch) Received: from deuterium.andreas.nets ([91.190.8.131]) by smtp.fgznet.ch (8.13.8/8.13.8/Submit_SMTPAUTH) with ESMTP id n4OCmVQu029657; Sun, 24 May 2009 14:48:32 +0200 (CEST) (envelope-from andreast-list@fgznet.ch) Message-ID: <4A19421F.3090209@fgznet.ch> Date: Sun, 24 May 2009 14:48:31 +0200 From: Andreas Tobler User-Agent: Thunderbird 2.0.0.17 (Macintosh/20080914) MIME-Version: 1.0 To: Marcel Moolenaar References: <6C962FE0-657A-4072-B050-903D54C712D4@mac.com> In-Reply-To: <6C962FE0-657A-4072-B050-903D54C712D4@mac.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.64 on 81.92.96.47 Cc: FreeBSD PowerPC ML Subject: Re: [patch] __syncicache: eliminate D-cache flush 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: Sun, 24 May 2009 12:48:35 -0000 Hi Marcel, Marcel Moolenaar wrote: > I tested a make buildworld/buildkernel and a make release. I can't > test the image because I'm having difficulty booting from the CD > (I think that's mostly related to using a serial console and none > of the standard Open Firmware key combinations works). > > Can someone try and boot (and preferably go through a real install): > http://people.freebsd.org/~marcel/8.0-CURRENT-200905-powerpc-disc1.iso > > In the mean time, I'll try a make buildworld across NFS to see if > we need to implement cpu_flush_dcache() to compensate... I tried to boot the iso on my iMac DV, 'default catch' when trying to change from of to boot screen. Then I applied the patch to my src tree and had the same issue. The iMac DV details: FreeBSD 8.0-CURRENT #26 r192567M: Fri May 22 14:45:02 CEST 2009 andreast@deuterium_fbsd.andreas.nets:/export/devel/obj/powerpc/export/devel/src/sys/GENERIC cpu0: Motorola PowerPC 750 revision 3.2, 500.00 MHz cpu0: HID0 8090c0a4 real memory = 525922304 (501 MB) avail memory = 506224640 (482 MB) Andreas