Received: with ECARTIS (v1.0.0; list netdev); Wed, 20 Jul 2005 08:09:22 -0700 (PDT) Received: from ginger.cmf.nrl.navy.mil (ginger.cmf.nrl.navy.mil [134.207.10.161]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id j6KF9EH9007448 for ; Wed, 20 Jul 2005 08:09:16 -0700 Received: from cmf.nrl.navy.mil (thirdoffive.cmf.nrl.navy.mil [134.207.10.180]) by ginger.cmf.nrl.navy.mil (8.12.11/8.12.11) with ESMTP id j6KF7Buk009484; Wed, 20 Jul 2005 11:07:11 -0400 (EDT) Message-Id: <200507201507.j6KF7Buk009484@ginger.cmf.nrl.navy.mil> From: chas@cmf.nrl.navy.mil To: Francois Romieu cc: netdev@oss.sgi.com Reply-To: chas3@users.sourceforge.net Subject: Re: [patch linux-2.6.13-rc2-gitXX 1/1] zatm: mailbox converted to pci_alloc_consistent() In-reply-to: <20050719223655.GA27724@electric-eye.fr.zoreil.com> Date: Wed, 20 Jul 2005 11:07:12 -0400 X-Scanned-By: MIMEDefang 2.30 (www . roaringpenguin . com / mimedefang) X-archive-position: 2761 X-ecartis-version: Ecartis v1.0.0 Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com X-original-sender: chas@cmf.nrl.navy.mil Precedence: bulk X-list: netdev Content-Length: 225 Lines: 5 In message <20050719223655.GA27724@electric-eye.fr.zoreil.com>,Francois Romieu writes: >+ mbx = pci_alloc_consistent(pdev, 2*MBX_SIZE(i), &mbx_dma); you might want a pci_set_dma_mask(,DMA_32BIT_MASK) before you call this.