Quat Le wrote: > Sorry if this is not the right place to ask this question. > > I wrote some application code to send ATA Pass-Through SCSI commands via > SG_IO ioctl to SATA drives connected to a LSI Logic SAS HBA. What I got > was ILLEGAL REQUEST (INVALID COMAND OPERATION CODE) for both SCSI > OPCODE's A1H and 85H. I tried some other SCSI commands and saw that they > were translated to ATA commands correctly. I am running Linux kernel > 2.6.15 and am under the impression that it supports ATA Pass-Through. Quat, I just did some testing in lk 2.6.17-rc5 and the ATA PASS THROUGH (16) SCSI command in libata (defined by SAT) worked in my tests. At http://www.torque.net/sg in the news sections the sg3_utils-1.21 beta has in its examples subdirectory: sg_sat_identify and sg_sat_chk_power. The latter one is interesting because it needs to read back the sector count register after the command is complete. That involves decoding the extended ATA status return (sense data) descriptor. Doug Gilbert - : send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html