home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / ixemul-45.0-src.tgz / tar.out / contrib / ixemul / PROBLEMS < prev    next >
Text File  |  1996-09-28  |  3KB  |  67 lines

  1. ============================================================================
  2.  
  3. Date: Tue, 30 Jan 96 20:16:56 EET
  4. From: kriton!kyrimis@achilles.noc.ntua.gr (Kriton Kyrimis)
  5. Subject: old enforcer hit problem fixed!
  6.  
  7. Some time ago I reported that I was getting enforcer hits on ramlib whenever
  8. starting an ixemul client. Fred was not able to reproduce this problem using
  9. a software configuration similar to mine.
  10.  
  11. It turns out that this is a known problem for the Fusion-Forty accelerator.
  12. The fix is to upgrade the Fusion-Forty's MoveMH utility to version 1.2. I just
  13. upgraded, and the problem has disappeared.
  14. -- 
  15.     Kriton    (UUCP:     pythia!theseas!kriton!kyrimis)
  16.               (INTERNET: kyrimis@theseas.softlab.ece.ntua.gr)
  17.               (WWW:      http://www.hpcl.cti.gr/~kyrimis
  18. -----
  19. "You don't just get up in the morning, eat your cornflakes, and go out and
  20.  change history."
  21. -----
  22.  
  23. ============================================================================
  24.  
  25. Date: Thu, 11 Apr 1996 17:21:32 +0100 (BST)
  26. From: Lars Hecking <lhecking@nmrc.ucc.ie>
  27. Subject: ixemul 43.0 Makefile.in and trouble-shooting entry
  28.  
  29. Hardware: A3000/25 Rev. 9.03, 37.175 ROM, 2+12MB, rev. 04 SCSI chip
  30.       Quantum LPS240S (id 0), IBM DPES 31080 SCSI-II (id 1)
  31. Problem:  After installing the new IBM drive, ixemul clients cause serious
  32.       trouble and don't work properly. Symptoms: gcc chokes on
  33.       clean, compilable input files with unbalanced endif and similar
  34.       errors. Diff "finds" differences between identical files. Tar barfs
  35.       on intact archives.
  36. Possible explanation: ixemul.library uses Disable()/Enable() excessively.
  37.       This may lead to a situation where the SCSI driver is slowed down
  38.       and the drive has to reselect more often. Reselect is the main
  39.       trouble source of the WDC33C93-04 chip.
  40.  
  41. Solution: Disable reselect for the drive (eg. with RDBFlags from Aminet).
  42. Better solution: upgrade to AmigaOS 3.1 ;-)
  43.  
  44. ============================================================================
  45.  
  46. If you use an ixemul.library compiled for the 68000 CPU on an Amiga with an
  47. 68040 CPU and working FPU, then the IEEESPMul call from mathieeesingbas.library
  48. can cause an EMT trap.  This function is called indirectly if you multiply
  49. two floats.  The solution is provided below.  Of course, it is even better
  50. to just use the ixemul.library for an 68040 with FPU.
  51.  
  52. Date: Tue, 7 May 1996 15:27:39 -0700 (MST)
  53. From: fnf@ninemoons.com (Fred Fish)
  54. Subject: Re: ixemul EMT trap problem revisited
  55.  
  56. > > > crashes then I guess IEEESPMul contains a bug. I have mathieeesingbas.library
  57. > > > version 37.3.
  58.  
  59. This triggered a faint memory of something I saw on aminet:
  60.  
  61.    MathPatch.lha      util/boot    3K  63+Patch for 68040 bug in "mathieeesingbas.
  62.  
  63. I installed that and it cured the problem.
  64.  
  65. -Fred
  66.  
  67.