Dear Chris,
Thank you very much.
I've seen a TEST_UNIT_READY and a INQUERY for each Lun, I've replied
INQUERY command as this,
UInt8 SCSIInquiryData[36] =
{
0x00, //0 ; Direct Access Device
0x80, //1 ; RMB bit is set by inquiry
data
0x02, //2 ; ANSI ver
0x02, //3 ; Data format = 2
0x00, //4 ; Additional length (changed
to 0 from 0x75)
0x00, 0x00, 0x00, // 5-7;
'G','E','N','E','R','I','C',' ', //8-15 ;
Manufacturer 8 digits
'U','S','B',' ','M','a','s','s','
','S','t','o','r','a','g','e',//16-31 product name
'1','.','0','0' //32-35 Revision 4 digits
};
GetDataBuffer( request )->writeBytes(0,SCSIInquiryData,36);
I did not find anything wrong from it, do you have any ideas about it?
Best regards,
Robin Wang
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-drivers mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
email@hidden
This email sent to email@hidden