From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Wilcox Subject: Re: unchecked_isa_dma and BusLogic SCSI controller Date: Thu, 2 Nov 2006 05:41:28 -0700 Message-ID: <20061102124128.GC31830@parisc-linux.org> References: <20061101235330.GA30843@srv.junsun.net> <20061101173358.7b027d13.randy.dunlap@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from palinux.external.hp.com ([192.25.206.14]:9682 "EHLO mail.parisc-linux.org") by vger.kernel.org with ESMTP id S1752813AbWKBMl3 (ORCPT ); Thu, 2 Nov 2006 07:41:29 -0500 Content-Disposition: inline In-Reply-To: <20061101173358.7b027d13.randy.dunlap@oracle.com> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: Randy Dunlap Cc: Jun Sun , linux-scsi@vger.kernel.org, lkml On Wed, Nov 01, 2006 at 05:33:58PM -0800, Randy Dunlap wrote: > unchecked_isa_dma - 1=>only use bottom 16 MB of ram (ISA DMA addressing > restriction), 0=>can use full 32 bit (or better) DMA > address space > > > It is hard for me to see why BusLogic controller would only do DMA > > in low 16MB. Is there a fix for this? > > Does anyone know that controller hardware and its limitations? I don't, but: if (pci_set_dma_mask(PCI_Device, DMA_32BIT_MASK )) continue; So somebody thinks the device can do 32-bit addressing. I would expect that setting unchecked_isa_dma is a historical mistake. However, I don't have any cards of this type to test.