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

  1. On Aug 12, 10:01am, K.X. Saunders wrote:
  2. >     The last kernel I tried was #450, which worked fine.  I downloaded
  3. > #580 and it hung after sync was set up (from memory):
  4. > sbic_wait  TIMEO   @11??  ...   csr=0x41
  5. >     Anyway, I'd seen it on this list many times.  So I did a binpatch:
  6. > binpatch -l -s _inhibit_sync -r 1 vmunix.580
  7.            ^^
  8. >     It still tried to go syncronous and hung.
  9. >     And I remember feeling smug when the A2000 users were SOL and I was
  10. > running fine ;-).  Sigh.
  11.  
  12.   Inhibit_sync is a byte array - if you patch the longword to 1, you will
  13. be inhibiting synchronous transfer on unit 3 (which is fine if that's what
  14. you wanted - but I suspect your device id is 0, in which case you either want
  15. to replace a byte or use a longword value of 0x01000000).
  16.  
  17. Michael
  18.  
  19. -- 
  20. Michael L. Hitch            INTERNET:  osymh@montana.edu
  21. Computer Consultant            BITNET:  OSYMH@MTSUNIX1.BITNET
  22. Office of Systems and Computing Services
  23. Montana State University    Bozeman, MT    USA
  24.  
  25.