From owner-freebsd-ppc@FreeBSD.ORG Mon Sep 22 08:25:08 2008 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 50B181065674; Mon, 22 Sep 2008 08:25:08 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id 117478FC20; Mon, 22 Sep 2008 08:25:07 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by alto.onthenet.com.au (Postfix) with ESMTP id 9D32511B81; Mon, 22 Sep 2008 18:25:05 +1000 (EST) Received: from peter-grehans-power-mac-g5.local (dsl-63-249-90-35.cruzio.com [63.249.90.35]) by dommail.onthenet.com.au (MOS 3.8.6-GA) with ESMTP id EIX01196 (AUTH peterg@ptree32.com.au); Mon, 22 Sep 2008 18:24:24 +1000 (EST) Message-ID: <48D7565F.5060108@freebsd.org> Date: Mon, 22 Sep 2008 01:25:03 -0700 From: Peter Grehan User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: Nathan Whitehorn References: "b9c23c9f0809100322n1659cb36oa05acf2f13f3c7e1@mail.gmail.com" <48D389EE.9000207@FreeBSD.org> <48D3AD50.8070505@freebsd.org> <48D69679.1080701@freebsd.org> In-Reply-To: <48D69679.1080701@freebsd.org> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ppc@FreeBSD.org Subject: Re: Call for testers: Apple ATA DMA 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: Mon, 22 Sep 2008 08:25:08 -0000 Hi Nathan, > http://people.freebsd.org/~nwhitehorn/apple-ata-dma.patch Boots fine and at least GEOM-probes at UDMA66 in the ata-4 iMac. Just need to wipe out the lock-order reversals and do some more testing. So, good progress :) later, Peter.