From owner-freebsd-ppc@FreeBSD.ORG Sun Jan 28 20:04:08 2007 Return-Path: X-Original-To: freebsd-ppc@FreeBSD.org Delivered-To: freebsd-ppc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4830716A400 for ; Sun, 28 Jan 2007 20:04:08 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by mx1.freebsd.org (Postfix) with ESMTP id D4A5513C428 for ; Sun, 28 Jan 2007 20:04:07 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from [192.168.0.13] (dsl-63-249-90-35.cruzio.com [63.249.90.35]) by dommail.onthenet.com.au (MOS 3.5.7-GR) with ESMTP id CMH65135 (AUTH peterg@ptree32.com.au); Mon, 29 Jan 2007 06:02:40 +1000 (EST) Message-ID: <45BD00CA.1070603@freebsd.org> Date: Sun, 28 Jan 2007 12:00:10 -0800 From: Peter Grehan User-Agent: Thunderbird 1.5.0.9 (Macintosh/20061207) MIME-Version: 1.0 To: Phil Regnauld References: <20070127145546.GD88070@x12.dk> <45BBE301.4030904@freebsd.org> <20070128144902.GC46972@catpipe.net> In-Reply-To: <20070128144902.GC46972@catpipe.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ppc@FreeBSD.org Subject: Re: Boot from hd on B&W G3 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: grehan@freebsd.org List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jan 2007 20:04:08 -0000 Hi Phil, >> set hw.ata.ata_dma=0 > > Ooh, do we have DMA support now ? Cool! The B&W G3's hard drive is on PCI ATA controller that works (to some extent) with the generic ata code. There's still no DMA for the 'macio' ATA cell :( later, Peter.