[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] [PATCH]Making the USB module loader to load the right km
Am 26.11.2011, 11:25 Uhr, schrieb David Gálvez <dgalvez75@gmail.com>:
Hi!
Please commit this patch.
Thanks!
Comment:
Now loader.prg loads the right kernel module depending on what CPU
cookie is read. No need to rename the module to usb.km anymore.
Taken from xaloader.
Is this intentional:
+++ freemint/sys/usb/src.km/loader/loader.c Mon Nov 28 04:32:41 2011
@@ -189,6 +189,9 @@
}
else
{
+#ifdef __mcoldfire__
+ name = "xaaesv4e.km";
?
--
Helmut Karlowski