home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / bsd / 11641 < prev    next >
Encoding:
Internet Message Format  |  1993-01-21  |  980 b 

  1. Path: sparky!uunet!stanford.edu!morrow.stanford.edu!morrow!aoki
  2. From: aoki@risk.stanford.edu (ikuro aoki)
  3. Newsgroups: comp.unix.bsd
  4. Subject: scsi error message.
  5. Date: 21 Jan 93 02:09:20
  6. Organization: Stanford University, Stanford, CA, USA.
  7. Lines: 26
  8. Distribution: comp
  9. Message-ID: <AOKI.93Jan21020920@risk.Stanford.EDU>
  10. NNTP-Posting-Host: risk.stanford.edu
  11.  
  12. Hello,
  13.  
  14. After adding a new harddisk, I receive a scsi driver's 
  15. error message 'sd0: illegal request'.
  16.  
  17. I'm using Julian's new scsi system.
  18. This message comes from /sys/scsi/sd.c, line#1280,
  19.  
  20.   >>switch(sense->error_class)
  21.    >>case    0x5:
  22.   >>        if(!silent)printf("sd%d: illegal request\n ",unit);
  23.   >>        return(EINVAL);
  24.  
  25. What is the reason of this message?
  26.  
  27. Should I turn off the parity generation? 
  28. Could I use synchronous data transfer? 
  29. How match is the maximum data rate I can set?
  30.  
  31. Sorry for many questions.
  32. I should appreciate it if you helped this situation.
  33.  
  34. Thank you.
  35. --
  36. Ikuro
  37. aoki@risk.Stanford.EDU
  38.