From owner-freebsd-ppc@FreeBSD.ORG Sun Sep 28 11:50:19 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 AC9531065687 for ; Sun, 28 Sep 2008 11:50:19 +0000 (UTC) (envelope-from marcotrillo@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.182]) by mx1.freebsd.org (Postfix) with ESMTP id 7B4A58FC08 for ; Sun, 28 Sep 2008 11:50:19 +0000 (UTC) (envelope-from marcotrillo@gmail.com) Received: by wa-out-1112.google.com with SMTP id n4so833131wag.27 for ; Sun, 28 Sep 2008 04:50:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=un1W70BodBkC2h4QCf8ByzMlMs0NBvDzwgKlC0CzjXU=; b=onfVSvyJd6SS3rq+iMBAUSn9SUB4MrDLY2rKJnIDJG5Dqw5iQhqJXEYmX06b8ymKvE W7fgPLetfcyKb5hvANgQd2dqauKcPw9KWaRmnR1zT8Ns0stnu+m8YCjseFQf1xeJmF2U gEH+yHPDRI1eaeUv9XKxquP612U8Sxky0WIEQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=gS5bcohs+YhhSIDywz/Egm2O4PKSny7OuHV3qqq6IJuLGIMf+UJLj71Dm2KNNIFL1r K0lWcv/YzUAvhZ5VXBniAykWNU50fexpUaD6ALdIrI3DOp696mIZhCyXq9KEFcdvdkod uc4LybM1I902DanF19rzjD9MmmOS5Y/1537nE= Received: by 10.114.152.17 with SMTP id z17mr4149819wad.63.1222602619003; Sun, 28 Sep 2008 04:50:19 -0700 (PDT) Received: by 10.114.67.13 with HTTP; Sun, 28 Sep 2008 04:50:18 -0700 (PDT) Message-ID: Date: Sun, 28 Sep 2008 13:50:18 +0200 From: "Marco Trillo" To: "Nathan Whitehorn" In-Reply-To: <48DE7C93.5050506@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48D389EE.9000207@FreeBSD.org> <48DA4037.9000508@freebsd.org> <48DBD6C0.5070005@freebsd.org> <48DD2DF7.2020901@freebsd.org> <48DDAC14.9070604@freebsd.org> <48DE7C93.5050506@freebsd.org> 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 List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2008 11:50:19 -0000 Hi, On Sat, Sep 27, 2008 at 8:33 PM, Nathan Whitehorn wrote: > Thanks for testing -- I've committed the patch. I'll revisit it when Marcel > tests it on Monday and it erases his hard drive... Another report, just for the record, this time from a PowerMac G4 "Sawtooth" (PowerMac3,1) with three mac-io ATA cells, two hard drives and a DVD drive. It works perfectly! ata0 mem 0x1f000-0x1ffff,0x8a00-0x8aff irq 19,11 on macio0 ata0: [ITHREAD] ata1 mem 0x20000-0x20fff,0x8b00-0x8bff irq 20,12 on macio0 ata1: [ITHREAD] ata2 mem 0x21000-0x21fff,0x8c00-0x8cff irq 21,13 on macio0 ata2: [ITHREAD] ad0: 9797MB at ata0-master UDMA66 ad1: 76319MB at ata0-slave UDMA66 acd0: DVDR at ata1-master WDMA2 Thanks, Marco.