[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] EHCI host controller driver



On 30/04/2014 16:25, David Gálvez wrote:
Yes support for USB 2.0 host controllers that follows the EHCI
standard. Until now there were only support for the isp116x (used by
EtherNat and NetUSBee) and sl811 (used by the Unicorn) host
controllers.

Thanks for that information.
Maybe your new code will support the FireBee soon?
Or maybe ARAnyM and libusb?

When you said that 68000 is affected by this, it's compiling for 68000
CPU or the entire family (68020 to 68060 also).

__attribute__ ((packed)) causes bad code for the old 68000 only.
Since newer processors can access words and longs on odd addresses, gcc produces optimal move.w and move.l code as usual, in any case.

--
Vincent Rivière