home *** CD-ROM | disk | FTP | other *** search
/ Amiga GigaPD 3 / Amiga_GigaPD_v3_3of3.iso / netbsd / docs / mailinglist-archive / 1993-07 / text0089.txt < prev    next >
Encoding:
Text File  |  1993-06-25  |  2.0 KB  |  56 lines

  1. > sbic_wait TIMEO @1088 with asr=x0 csr=x41
  2.  
  3. Not nice.. this says (csr=x41): unexpected disconnect by
  4. target!
  5.  
  6. > scsi0: target 6 now synchronous, period=248 ns, offset=8.
  7.  
  8. Since it is followed by this line, I guess (pure guess
  9. though...) your drive didn't like the sync handshake as
  10. part of the ID handshake, or it plain doesn't want to
  11. take any commands after setting sync parameters, ie. you'd
  12. have to re-select the drive afterwards.
  13.  
  14. > no suitable root
  15. > And there it stops.  Vmunix.500 worked OK, except for no cursor.
  16.  
  17. No wonder.. after the scsi0: target .. line it should have
  18. printed a line identifying your drive, ie. saying something like
  19. sd6: QUANTUM...
  20. Since it didn't, it wasn't even able to read the IDENDTIFY
  21. string from the device.
  22. Only difference between 500 and 508 is sync-support, so your
  23. drive apparently didn't like sync setup... If you have the space
  24. and the environment to recompile the kernel, have a look at scsi.c,
  25. there's this yet unused array called "inhibit_sync". Put a 1
  26. in the slot corresponding to your Quantum, and retry the boot.
  27. Note: although this trick inhibits setup of sync handshake, it will
  28. not - as former versions of the kernel did - reset the drive. The
  29. reason behind: I guess if the drive has problems with sync mode under
  30. BSD, it has problems with sync mode under ADOS too, so ADOS won't
  31. have initialized it to sync mode, and then we don't have to reset it
  32. to clear sync mode either.
  33.  
  34. > Quantum Prodrive 105S at SCSI ID 6
  35.  
  36. Is this a predecessor of the LP105S? Just asking, because the
  37. kernel works fine on my LP105S.
  38.  
  39. > Insite Floptical 21MB removable at SCSI ID 2
  40.  
  41. Was there a medium inside the floptical when booting? Just
  42. wondering why the drive doesn't show up in the scan.
  43.  
  44. > WD33C93 00-04 PROTO :-(
  45.  
  46. Hmm.. it would be easy to just blame the proto chip, I think
  47. it's something nastier.. 
  48.  
  49. -Markus
  50. -- 
  51. CHUUG/EUnet Switzerland                Markus Wild
  52. Zweierstrasse 35    Tel: +41 1 291 45 80    mw@eunet.ch
  53. CH-8004 Zuerich        Fax: +41 1 291 46 42    S=mw;P=EUnet;A=EUnet;C=CH
  54.  
  55.