From owner-cvs-src@FreeBSD.ORG Tue Aug 23 09:18:53 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E22416A41F; Tue, 23 Aug 2005 09:18:53 +0000 (GMT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id E783A43D46; Tue, 23 Aug 2005 09:18:52 +0000 (GMT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) by newtrinity.zeist.de (8.12.11/8.12.11/ZEIST.DE) with ESMTP id j7N9Io70008782; Tue, 23 Aug 2005 11:18:51 +0200 (CEST) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.11/8.12.10/Submit) id j7N9IjWF008781; Tue, 23 Aug 2005 11:18:45 +0200 (CEST) (envelope-from marius) Date: Tue, 23 Aug 2005 11:18:45 +0200 From: Marius Strobl To: =?iso-8859-1?Q?S=F8ren_Schmidt?= Message-ID: <20050823111845.A94166@newtrinity.zeist.de> References: <200508230853.j7N8r2pc019035@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5.1i In-Reply-To: <200508230853.j7N8r2pc019035@repoman.freebsd.org>; from sos@freebsd.org on Tue, Aug 23, 2005 at 08:53:01AM +0000 X-AntiVirus: checked by AntiVir Milter (version: 1.1.0-7; AVE: 6.31.1.0; VDF: 6.31.1.158; host: newtrinity.zeist.de) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/ata ata-chipset.c ata-pci.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2005 09:18:53 -0000 On Tue, Aug 23, 2005 at 08:53:01AM +0000, Søren Schmidt wrote: > sos 2005-08-23 08:53:01 UTC > > FreeBSD src repository > > Modified files: > sys/dev/ata ata-chipset.c ata-pci.h > Log: > Apply fix for "pr82261 DMA-support on Sparc64 broken" > The Acer chip or wiring that SUN uses has problems that this patch > tries to work around. > Original patch by Marius Strobl, hacked into shape by me.. > > Revision Changes Path > 1.131 +41 -5 src/sys/dev/ata/ata-chipset.c > 1.52 +1 -0 src/sys/dev/ata/ata-pci.h Thanks! And sorry but I have to ask, could you please MFC this and your 48bit DMA workaround for the Acer chips in time for 6.0? Marius