> Date: Wed, 20 Aug 2003 09:19:27 -0700
> From: Deepak Saxena <[EMAIL PROTECTED]>
> > Where is the "ugly hack" removal?
> That allows us to cleanup the following bit of code in the
> ARM implementation:
>[...]
ok
> > > + ohci->hcca = dma_alloc_coherent (hcd->controller,
> > > +
On Aug 20 2003, at 02:25, Pete Zaitcev was caught saying:
> > From: Deepak Saxena <[EMAIL PROTECTED]>
> > Date: Tue, 19 Aug 2003 22:17:14 -0700
>
> > The ARM PCI DMA API implementation has an ugly hack in it to deal
> > with the fact that ohci-sa.c uses it even though it is not a PCI
> > dev
> From: Deepak Saxena <[EMAIL PROTECTED]>
> Date: Tue, 19 Aug 2003 22:17:14 -0700
> The ARM PCI DMA API implementation has an ugly hack in it to deal
> with the fact that ohci-sa.c uses it even though it is not a PCI
> device. This patch cleans up ohci-sa.c to use the generic
> DMA API
The ARM PCI DMA API implementation has an ugly hack in it to deal
with the fact that ohci-sa.c uses it even though it is not a PCI
device. This patch cleans up ohci-sa.c to use the generic
DMA API so we can kill the hack...I think/hope. It builds, but I do not
have any StrongARM HW any