hi,

I have noticed that the status codes definitions in
linux/include/scsi/scsi.h are right shifted by 1 bit.

examples:

In linux: 

#define COMMAND_TERMINATED   0x11

In solaris(x86):

#define STATUS_TERMINATED               0x22

SCSI-II protocol:

R R 1 0 0 0 1 R  COMMAND TERMINATED

Any reason for this?

Thanks in advance,
Raju


-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]

Reply via email to