Why is SCSI opcode 0xA1 (ATA_PASS_THROUGH) sent?
I'm writing my own USB BOT device driver, and I'm receiving the SCSI opcode 0xA1, which isn't defined in SPC or SBC, but rather in the ATA Command Pass-Through specification. Even WireShark doesn't recognize it.What exactly is the significance of thi...