Re: de(4) bus_dma diff needs testing.

2009-06-14 Thread David Gwynne
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

Re: de(4) bus_dma diff needs testing.

2009-06-14 Thread Christian Weisgerber
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

Re: de(4) bus_dma diff needs testing.

2009-06-13 Thread Theo de Raadt
> > > 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

Re: de(4) bus_dma diff needs testing.

2009-06-13 Thread Christian Weisgerber
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

Re: de(4) bus_dma diff needs testing.

2009-06-11 Thread Brad
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

de(4) bus_dma diff needs testing.

2009-05-23 Thread Brad
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