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

Re: [MiNT] [PATCH] Make USB mass storage driver compilable for ColdFire and 68000



Thanks for doing this David. It'll be great when this is moved to C.

Alan.

On 02/15/14 22:09, David Gálvez wrote:
New version of this patch, the #ifdef statements are removed and only
instructions compatible with 68000, 020-60 and ColdFire are used.
I've tested it with Aranym.

Commit message:

Make USB mass storage driver compilable for ColdFire and 68000 architectures.

2014-01-27 9:55 GMT+01:00 David Gálvez <dgalvez75@gmail.com>:
2014-01-26 Alan Hourihane <alanh@fairlite.co.uk>:
On 01/26/14 19:31, David Gálvez wrote:
I couldn't test it because I don't have the hardware for the 68000
version and we still don't have the EHCI and OHCI drivers for the
FireBee.

Note that the patch will break the build process because the M68000
definition used to check that it's being compiled the 68000 version of
the driver is not defined inside the udd module build environment.

Commit message:

Make USB mass storage driver compilable for ColdFire and 68000
architectures.

Mmm, o.k. so I guess the code hasn't been tested on the FireBee ?

No, not yet because the EHCI udd module isn't finished. I'm working on
it right now but it depends in other code outside MiNT. BaS doesn't
have a complete PCI-BIOS yet, and FireTOS doesn't like when we unhook
its USB interrupt handle and we hook ours, mouse (ATARI not USB) stops
working and other weird things happens.