home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / linux / 17478 < prev    next >
Encoding:
Text File  |  1992-11-21  |  1.5 KB  |  40 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!ra!tantalus.nrl.navy.mil!eric
  3. From: eric@tantalus.nrl.navy.mil (Eric Youngdale)
  4. Subject: New scsi code.
  5. Message-ID: <By3383.Fs3@ra.nrl.navy.mil>
  6. Sender: usenet@ra.nrl.navy.mil
  7. Organization: Naval Research Laboratory
  8. Distribution: comp
  9. Date: Sat, 21 Nov 1992 20:50:26 GMT
  10. Lines: 28
  11.  
  12.  
  13.     I have uploaded some patches for fscsi-a06 to tsx-11.mit.edu.  They
  14. can be found in the file pub/linux/ALPHA/scsi/fscsi-a06.pl1.  Some
  15. of these are simple cleanup things to fix compile warnings, but there is
  16. one substantive change that I would like people to try.
  17.  
  18.     Previously we were sending an INQUIRY command to each
  19. target/lun combination at boot time, and we were using this to
  20. determine what devices were available.  Unfortunately, some devices
  21. seem to respond with the same information to each lun, and the scsi
  22. code was becoming confused.
  23.  
  24.     What I have done to get around this is to first send a
  25. TEST_UNIT_READY to each target/lun combination.  I then look at the
  26. return status, and decide if it looks like there is really a device
  27. there (some error conditions still indicate an actual device present).
  28. If there is, then we send the INQUIRY.  This approach solves
  29. the problem in one of the cases where we were having a problem.
  30.  
  31.     I would like people to try this to make sure that all of their
  32. devices are properly recognized (and each one is only recognized
  33. once).
  34.  
  35.     There are also a couple of bugfixes to the 7000fasst code included.
  36.  
  37. -Eric
  38. -- 
  39. Eric Youngdale
  40.