From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: scsi_debug issues Date: Sat, 16 Oct 2004 11:50:18 +0100 Sender: linux-scsi-owner@vger.kernel.org Message-ID: <20041016105018.GA30336@infradead.org> References: <20041015190154.GA3073@us.ibm.com> <4170C505.3000805@torque.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from phoenix.infradead.org ([81.187.226.98]:3079 "EHLO phoenix.infradead.org") by vger.kernel.org with ESMTP id S268582AbUJPKuZ (ORCPT ); Sat, 16 Oct 2004 06:50:25 -0400 Content-Disposition: inline In-Reply-To: <4170C505.3000805@torque.net> List-Id: linux-scsi@vger.kernel.org To: Douglas Gilbert Cc: Nishanth Aravamudan , linux-scsi@vger.kernel.org A dma address is not a physical address. You need to kmap the virtual addresses in the sg lists to get a kernel virtual address.