home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / minix / 4415 < prev    next >
Encoding:
Text File  |  1992-09-10  |  1.4 KB  |  53 lines

  1. Newsgroups: comp.os.minix
  2. Path: sparky!uunet!sae!hyperion!malay
  3. From: malay@sae.com (Bob Malay)
  4. Subject: Re: ST Minix & DMA Interrupts
  5. Message-ID: <1992Sep10.160350.11572@sae.com>
  6. Sender: news@sae.com
  7. Reply-To: malay@sae.com
  8. Organization: Template Software
  9. References: <flebbe.716052337@wega>
  10. Date: Thu, 10 Sep 1992 16:03:50 GMT
  11. Lines: 40
  12.  
  13. In article 716052337@wega, flebbe@wega.tat.physik.uni-tuebingen.de (Olaf Flebbe) writes:
  14. >malay@sae.com (Bob Malay) writes:
  15. >
  16. >
  17. >>I keep getting these very annoying "DMA Interrupt Discarded" messages
  18. >> which also hangs the system.
  19. >
  20. >>System: 4MB 1040STe, TOS2.06, ICD HostAdapter+, Quantum 105MB, Minix 1.5.10.0
  21. >                                                 ^^^^^^^^^^^^^
  22. >>Whats going on????
  23. >The Quantum drive is recalibrating and can not receive data from the
  24. >ST. You can actually hear the recalibratings: "ZickZack".
  25.  
  26.  
  27. Yes, you are correct - prior to the error message I can hear the drive making a
  28. noise similar to the one you described.
  29.  
  30. >
  31. >>Is there a fix, patch ??
  32. >Yes: fix the file kernel/stwini.c
  33. >You will find a "#define HDC_POLL" change it to 
  34. >   #define HDC_POLL 32000
  35. >
  36. >build a new kernel and be happy.
  37.  
  38. Thanks for the fix - and it certainly will make me happy! 
  39.  
  40. Question: what does HDC_DELAY do (in stwini.c)???
  41.  
  42.  
  43. >
  44. >Greetings
  45. >  Olaf
  46. >--
  47. >  Olaf Flebbe,  Theoretische Astrophysik Tuebingen
  48. >  Internet:     flebbe@tat.physik.uni-tuebingen.de
  49.  
  50.  
  51.  
  52.  
  53.