David Brownell wrote:
>Hi Brad,
>
>> - The hcca is allocated from consistent memory but then bus_to_virt is
>> used on the allocation (which will fail, at least on some
>> implementations).
>
>That is, in hc_start() about line 2033?  It should use ohci->hcca_dma,
>not virt_to_bus(ohci->hcca), yes.  Good catch!  I'll send out an
>updated ohci-hcca.patch soon.
>
>Was that the only real difference between the hcca deltas in your ARM
>version and in this patch?  It ought to be.

Yes, I believe so.  If you're only going for the hcca fix.  (which, btw,
I'm all in favor of! one less thing to fix on non-pci machines...)

-brad

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
http://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to