Subject: Re: LSI Logic 53c1030 / mpt(4) - dma error message
To: Nicolas Joly <njoly@pasteur.fr>
From: Frank van der Linden <fvdl@netbsd.org>
List: current-users
Date: 02/04/2005 18:31:27
On Fri, Feb 04, 2005 at 06:21:03PM +0100, Nicolas Joly wrote:
> Here are the first 2 values :
> 
> datalen 393456128 mapsize 0
> mpt1: error 22 loading DMA map
> sd0(mpt1:0:1:0): generic HBA error
> findroot: unable to read block 4294967296
> 
> For the first page adress, i'm getting a warning i 'm unable to fix :-(

Ah, the vtophys() should have been something like vtophys((vaddr_t)xs->data),
but it's not important.. clearly a bogus length is passed in. Something's
going wrong there, but it's not the bounce buffer code. Though I'm not sure
what it is..

- Frank