home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!stanford.edu!morrow.stanford.edu!morrow!aoki
- From: aoki@risk.stanford.edu (ikuro aoki)
- Newsgroups: comp.unix.bsd
- Subject: scsi error message.
- Date: 21 Jan 93 02:09:20
- Organization: Stanford University, Stanford, CA, USA.
- Lines: 26
- Distribution: comp
- Message-ID: <AOKI.93Jan21020920@risk.Stanford.EDU>
- NNTP-Posting-Host: risk.stanford.edu
-
- Hello,
-
- After adding a new harddisk, I receive a scsi driver's
- error message 'sd0: illegal request'.
-
- I'm using Julian's new scsi system.
- This message comes from /sys/scsi/sd.c, line#1280,
-
- >>switch(sense->error_class)
- >>case 0x5:
- >> if(!silent)printf("sd%d: illegal request\n ",unit);
- >> return(EINVAL);
-
- What is the reason of this message?
-
- Should I turn off the parity generation?
- Could I use synchronous data transfer?
- How match is the maximum data rate I can set?
-
- Sorry for many questions.
- I should appreciate it if you helped this situation.
-
- Thank you.
- --
- Ikuro
- aoki@risk.Stanford.EDU
-