Re: [OT] format of scsi return codes?

Douglas Gilbert (dgilbert@interlog.com)
Mon, 20 Dec 1999 08:40:32 -0500


> I have a bogey drive and the kernel keeps reporting "... I/O error .....
> return code = 26030000" on any accesses to it.

0x26 == DRIVER_TIMEOUT | SUGGEST_ABORT
0x03 == DID_TIME_OUT

There is no status code returned from your drive because the
adapter couldn't communicate with it. The above information
can be found in drivers/scsi/scsi.h

Doug Gilbert

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/