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

  1. >From:    mw@eunet.ch (Markus Wild)
  2. >Subject: Re: X11R5, MMU Panic, etc.
  3.  
  4.  
  5. >> I get them all the time on my lowly A2000 (GVP@33Mhz 030).  38.4K SLIP 
  6. >> connection to my 486.
  7. >
  8. >Hmm.. does anybody else have this problem, and does *NOT* have a GVP
  9. >board? I really start to think that the best thing you can do with GVP
  10. >boards is to use them as door stops...
  11. >
  12.  
  13. You are correct.  It is soley a GVP problem, as they are unable to 
  14. properly implement DMA with their boards.  The "fix" is to patch the DMA
  15. xfer size down to 512bytes, as previously stated on this list.  What
  16. GVPPatch does under AmigaDOS is monitor calls to OpenDevice() to activate
  17. the patch only during serial transfer sessions. (I _believe_ they hook
  18. OpenDevice(), haven't looked at the source...)
  19.  
  20. So, in theory, a "fix" for NetBSD would be to watch serial port opens
  21. and patch the DMA size, or simply fix the DMA size at 512bytes all the time.
  22. (or even just turn it off).
  23.  
  24.  
  25. -wps
  26.  
  27.