Subject: Re: crash dump failing on machine with 4GB
To: matthew green <mrg@eterna.com.au>
From: Chris Ross <cross+netbsd@distal.com>
List: port-sparc64
Date: 09/28/2007 10:53:27
On Sep 28, 2007, at 10:34, Chris Ross wrote:
> On Sep 28, 2007, at 03:06, matthew green wrote:
>> actually, i think that the right bus_dmamem_map() is in
>> sparc64/dev/iommu.c:iommu_dvmamap_load().
>
>   Okay.  Trying to trace through all the macros and structures and  
> function pointers, (just by looking at the code, here) I think it's  
> actually more likely to be:
>
> arch/sparc64/dev/psycho.c:static int psycho_dmamap_load()


   Oops.  Next time I'll look at the code in question before I say  
anything.  psycho_dmamap_load is just a wrapper around  
iommu_dvmamap_load(), which you pointed me at.  Sorry...

           - Chris