SCSI Error while performing synchronize cache 10 request USB/umass
aseem.jolly
aseem.jolly at gmail.com
Wed Jan 15 03:33:41 UTC 2014
Saw a following error message on the console. Believe that synchronize cache
10 request returned 'check condition' and we sent a SCSI sense request which
returned Error code '0x4b'
(da0:umass-sim0:0:0:0): SYNCHRONIZE CACHE(10). CDB: 35 0 0 0 0 0 0 0 0 0
(da0:umass-sim0:0:0:0): SCSI sense: Error code 0x4b
>From the SCSI sense error code, I couldn't translate anything back to the
actual error(meaning of the error).
I wanted to get some more information out of the system that I had but
system got rebooted and I couldn't reproduce the behavior again.
Don't you think that In 'scsi_sense_sbuf' function, We also need to print
the SCSI sense key, ASC, and ASCQ to get some more information about the
error or just the error code is enough.
sense_key = sense->flags & SSD_KEY;
asc = (sense->extra_len >= 5) ? sense->add_sense_code : 0;
ascq = (sense->extra_len >= 6) ? sense->add_sense_code_qual : 0;
--
View this message in context: http://freebsd.1045724.n5.nabble.com/SCSI-Error-while-performing-synchronize-cache-10-request-USB-umass-tp5876552.html
Sent from the freebsd-usb mailing list archive at Nabble.com.
More information about the freebsd-usb
mailing list