
This patch adds support for

  - m68k a.out
  - amigamouse
  - atarimouse

--- modutils-2.1.23/depmod/config.cc.orig	Sat Jan  4 23:26:47 1997
+++ modutils-2.1.23/depmod/config.cc	Sun Mar  2 23:52:15 1997
@@ -74,6 +74,9 @@
 };
 
 static char *aliaslist[100]={
+#ifdef __mc68000__
+	"binfmt-0107 binfmt_aout",	/* m68k */
+#endif
 	"binfmt-204 binfmt_aout",
 	"binfmt-263 binfmt_aout",
 	"binfmt-264 binfmt_aout",
@@ -115,8 +118,10 @@
 	"char-major-10-2 msbusmouse",	/* /dev/inportbm Microsoft Inport bus mouse */
 	"char-major-10-3 atixlmouse",	/* /dev/atibm ATI XL bus mouse */
 					/* /dev/jbm J-mouse */
-					/* /dev/amigamouse Amiga mouse (68k/Amiga) */
-					/* /dev/atarimouse Atari mouse */
+#ifdef __mc68000__
+	"char-major-10-4 amigamouse",	/* /dev/amigamouse Amiga mouse (m68k/Amiga) */
+	"char-major-10-5 atarimouse",	/* /dev/atarimouse Atari mouse (m68k/Atari) */
+#endif
 					/* /dev/sunmouse Sun mouse */
 					/* /dev/beep Fancy beep device */
 					/* /dev/modreq Kernel module load request */


--
Geert Uytterhoeven                     Geert.Uytterhoeven@cs.kuleuven.ac.be
Wavelets, Linux/m68k on Amiga          http://www.cs.kuleuven.ac.be/~geert/
Department of Computer Science -- Katholieke Universiteit Leuven -- Belgium
