home *** CD-ROM | disk | FTP | other *** search
/ Amiga GigaPD 3 / Amiga_GigaPD_v3_3of3.iso / netbsd / docs / mailinglist-archive / 1993-12 / text0206.txt < prev    next >
Encoding:
Text File  |  1993-06-25  |  963 b   |  21 lines

  1. >>>>> "Bill" == Bill Squier <groo@menger.eecs.stevens-tech.edu> writes:
  2. Bill> You are correct.  It is soley a GVP problem, as they are unable
  3. Bill> to properly implement DMA with their boards.  The "fix" is to
  4. Bill> patch the DMA xfer size down to 512bytes, as previously stated
  5. Bill> on this list.  What GVPPatch does under AmigaDOS is monitor
  6. Bill> calls to OpenDevice() to activate the patch only during serial
  7. Bill> transfer sessions. (I _believe_ they hook OpenDevice(), haven't
  8. Bill> looked at the source...)
  9.  
  10. Bill> So, in theory, a "fix" for NetBSD would be to watch serial port
  11. Bill> opens and patch the DMA size, or simply fix the DMA size at
  12. Bill> 512bytes all the time.  (or even just turn it off).
  13.  
  14. Very, very, ugly...  But I will probably do just that (the seropen thingy),
  15. but I doubt MTK would want to incorporate such code in his pet :-)
  16. I'll look into it after the next source release, as I think MTK said the
  17. serial driver had changed.
  18.  
  19. Niklas
  20.  
  21.