home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / amiga / audio / 3291 < prev    next >
Encoding:
Internet Message Format  |  1992-09-03  |  1.7 KB

  1. Path: sparky!uunet!charon.amdahl.com!amdahl!JUTS!news
  2. From: rzv30@amail.amdahl.com (Rene' A. Vega)
  3. Newsgroups: comp.sys.amiga.audio
  4. Subject: Re: Amiga KCS 3.5
  5. Message-ID: <a3lz02Zm20jI01@JUTS.ccc.amdahl.com>
  6. Date: 4 Sep 92 00:52:20 GMT
  7. References: <52908@dime.cs.umass.edu>
  8. Sender: netnews@ccc.amdahl.com
  9. Reply-To: Rene.Vega@ivorytower.amdahl.com (Rene' A. Vega)
  10. Organization: Amdahl Corporation
  11. Lines: 36
  12.  
  13.  
  14. Dan Barrett writes:
  15.  with very little effort.)  To be fair, though, I have written my 
  16. own MIDI
  17. librarian utility, using Commodore's official recommended "read 
  18. the serial
  19. port" algorithm, and my own code *still* loses bytes of incoming 
  20. system
  21. exclusive data.  This was on an A1000 with MIDI Gold interface.  
  22. I haven't
  23. done extensive testing on the A3000T yet.  Some people blame 
  24. serial.device
  25. for this.  I dunno.
  26.  
  27. Your code loses bytes of incoming data because of excessive 
  28. disable periods in the operating system. The problem happens with 
  29. quite regularity on 68000,68010 machines running Kickstart 1.3, 
  30. and short of some draconian techniques, there's not much else one 
  31. can do to fix it. It's related to the vertical blanking period 
  32. handler and the use of interrupts generated by devices of higher 
  33. priority than the Read-Buffer-Full interrupt. Unfortunately, the 
  34. high resolution CIA timer delivers rupts of higher priority than 
  35. the RBF.
  36.  
  37. I've tested this stuff on my A3000, both KS1.3 and 2.03 and it 
  38. appears that the sheer speed of this machine overcomes the 
  39. problem. I was told that KS2.0 fixed a lot of the excessive 
  40. disablement stuff, and perhaps KS 2.0 on a 68000 machine might 
  41. help this out too.
  42.  
  43. Anyone out there running KS2.0x on an A1000 or A500?
  44.  
  45.  
  46. Rene' A. Vega    
  47. Computer & Systems Architecture
  48. *** My opinions, not my employers ***
  49.