On 15/06/2009, at 1:39 AM, Christian Weisgerber wrote:
Theo de Raadt wrote:
ahci0: error 35 loading dmamap
de0: unable to load tx map, error = 35
bigmem is unworkable.
Your DMA descriptor rings are in high memory.
They should be in low memory.
I thought iommu takes care of that?
what io
Theo de Raadt wrote:
> > ahci0: error 35 loading dmamap
> > de0: unable to load tx map, error = 35
>
> bigmem is unworkable.
> Your DMA descriptor rings are in high memory.
> They should be in low memory.
I thought iommu takes care of that?
--
Christian "naddy" Weisgerber
> > > Please test the following diff if you have a de(4) Ethernet
> > > adapter. This should fix the issues with the bus_dma map
> > > handling. Already tested by matthieu@ on an alpha.. so I'm
> > > looking for some further testing.
> >
> > Anyone? I'd really like to remove the Alpha hack and hav
Brad wrote:
> > Please test the following diff if you have a de(4) Ethernet
> > adapter. This should fix the issues with the bus_dma map
> > handling. Already tested by matthieu@ on an alpha.. so I'm
> > looking for some further testing.
>
> Anyone? I'd really like to remove the Alpha hack and h
On Saturday 23 May 2009 15:59:06 Brad wrote:
> Please test the following diff if you have a de(4) Ethernet
> adapter. This should fix the issues with the bus_dma map
> handling. Already tested by matthieu@ on an alpha.. so I'm
> looking for some further testing.
Anyone? I'd really like to remove t
Please test the following diff if you have a de(4) Ethernet
adapter. This should fix the issues with the bus_dma map
handling. Already tested by matthieu@ on an alpha.. so I'm
looking for some further testing.
Index: if_de.c
===
RCS