From owner-freebsd-ppc@FreeBSD.ORG Mon Dec 1 23:44:48 2003 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24A4E16A4CE for ; Mon, 1 Dec 2003 23:44:48 -0800 (PST) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id B913E43FBD for ; Mon, 1 Dec 2003 23:44:46 -0800 (PST) (envelope-from grehan@freebsd.org) Received: from freebsd.org (CPE-30-7.dsl.onthenet.net [203.144.30.7]) hB27iZZG023649; Tue, 2 Dec 2003 17:44:36 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <3FCC42E2.8040200@freebsd.org> Date: Tue, 02 Dec 2003 17:44:34 +1000 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030524 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Phil Regnauld References: <3FBC803E.9040900@paradise.net.nz> <3FBCC515.4080200@freebsd.org> <3FC921CA.1000306@paradise.net.nz> <3FC9B40F.2090500@freebsd.org> <20031201164251.GE27722@moof.catpipe.net> <3FCBD7B3.1030307@freebsd.org> <20031202063712.GA58769@moof.catpipe.net> In-Reply-To: <20031202063712.GA58769@moof.catpipe.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ppc@freebsd.org Subject: Re: Project Status X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 07:44:48 -0000 Hi Phil, > So far I was able to compile bash (and apache, for kicks) -- Out of interest, did they run up OK ? > So far I was able to compile bash (and apache, for kicks) -- > seems to me that the ATA disks are running in PIO mode, even though > I can't explicitly see it (atacontrol doesn't say anything special), > I see 85-95% interrupts when untarring something with many files. The hint is in the boot message: ad0: ... at ata0-master BIOSPIO where on a PC it would be "ata0-master UDMA100". DMA on macio ata devices uses the DBDMA dma controller, which is nothing like Intel PIIX-style Ultra-DMA. Getting dma working is on the TODO list. > I tried to build world on my x86 machine last night (5.2-BETA), > and IT panic'ed in the middle of compiling some PPC code :-( ! later, Peter.