Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 24 Sep 2002 13:06:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 24 Sep 2002 13:06:38 -0400 Received: from deimos.hpl.hp.com ([192.6.19.190]:46804 "EHLO deimos.hpl.hp.com") by vger.kernel.org with ESMTP id ; Tue, 24 Sep 2002 13:06:38 -0400 From: David Mosberger MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15760.40126.378814.639307@napali.hpl.hp.com> Date: Tue, 24 Sep 2002 10:11:26 -0700 To: Dave Olien Cc: "David S. Miller" , phillips@arcor.de, davidm@hpl.hp.com, davidm@napali.hpl.hp.com, axboe@suse.de, _deepfire@mail.ru, linux-kernel@vger.kernel.org Subject: Re: DAC960 in 2.5.38, with new changes In-Reply-To: <20020924095456.A17658@acpi.pdx.osdl.net> References: <20020923120400.A15452@acpi.pdx.osdl.net> <15759.26918.381273.951266@napali.hpl.hp.com> <20020923.135447.24672280.davem@redhat.com> <20020924095456.A17658@acpi.pdx.osdl.net> X-Mailer: VM 7.07 under Emacs 21.2.1 Reply-To: davidm@hpl.hp.com X-URL: http://www.hpl.hp.com/personal/David_Mosberger/ Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1033 Lines: 21 >>>>> On Tue, 24 Sep 2002 09:54:56 -0700, Dave Olien said: Dave> According to the Documentation/DMA-mapping.txt file, the new Dave> DMA mapping interfaces should allow all PCI transfers to use Dave> 32-bit DMA addresses. Controllers on the PCI bus should never Dave> need to use DAC PCI transfers. Based on this, writel() should Dave> work even on ia64. Warning: there is a big difference between *can* and *want*. On ia64 machines with an Intel chipset, the PCI DMA interface is implemented via bounce buffers, so it will be *much* slower than DAC. For this reason, it is preferable on ia64 to use DAC where possible (and just in case Dave Miller starts asking about this: yes, the hp zx1 chipset for Itanium 2 does have a hardware I/O TLB... ;-). --david - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/