Steve Chang wrote: > James, > Error code: 0x70 > sense code: 0x5 (illegal request) > ASC : 0x24 0x00 (invalid cdb) > > Does it mean I didn't send out a valid CDB ?
Yes it does. ASC/ASCQ 24/00 is actually Invalid field in CDB so one or more of the bytes you sent out was rejected by the target device. James C. McPherson -- Senior Kernel Software Engineer, Solaris Sun Microsystems http://blogs.sun.com/jmcp http://www.jmcp.homeunix.com/blog _______________________________________________ driver-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/driver-discuss
