home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / bsd / 4449 < prev    next >
Encoding:
Internet Message Format  |  1992-08-19  |  1.4 KB

  1. Path: sparky!uunet!ogicse!uwm.edu!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!cis.ksu.edu!sxs
  2. From: sxs@cis.ksu.edu (Spencer Smith)
  3. Newsgroups: comp.unix.bsd
  4. Subject: Re: Problems with SCSI tape 386BSD
  5. Message-ID: <sxs.714260429@draconis.cis.ksu.edu.cis.ksu.edu>
  6. Date: 19 Aug 92 21:29:39 GMT
  7. Article-I.D.: draconis.sxs.714260429
  8. References: <1992Aug19.073813.12145@NeoSoft.com>
  9. Organization: Kansas State University
  10. Lines: 27
  11. NNTP-Posting-Host: draconis.cis.ksu.edu
  12.  
  13. karl@NeoSoft.com (Karl Lehenbauer) writes:
  14.  
  15. >When trying to write to an Exabyte EXB-8500 I get the following:
  16.  
  17. >as1a: controller error 0x12 writing fsbn 0-19
  18. >scsi sense: 0 0 0 0 0 0 0 0 0 ...
  19.  
  20. the driver/or adapter is getting confused possibly by something
  21. the exabyte is sending back. 
  22.     
  23. >Even with the tape as SCSI unit 1, it is not recognized in the boot probe.
  24. >But on the first attempt to access it, it does probe it and announces
  25. >an Exabyte 8500, etc.
  26.  
  27. Pace's device driver doesnt probe for the devices untill there
  28. is an open call for them. Once it has it will remmber them. 
  29.  
  30. There is work on rewritting the SCSI decive driver, that should
  31. help remove alot of the problems that people are having. Im getting
  32. there but its taking a little work (theres some small differences
  33. between mach and bsd).
  34.  
  35. So if anyone out there knows how to do phystov it might remove
  36. a small hack in the new code (-:  vtophys isnt a problem (-:
  37.  
  38. Spencer
  39. sxs@cis.ksu.edu
  40.