From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: SATA ATAPI work in progress Date: Sat, 15 May 2004 12:30:24 -0400 Sender: linux-ide-owner@vger.kernel.org Message-ID: <40A645A0.5090209@pobox.com> References: <1084393233.3999.2.camel@patibmrh9> <40A28BB6.7090204@pobox.com> <1084403654.3196.31.camel@patibmrh9> <40A3E595.8000003@pobox.com><108455 9 000.4017.52.camel@patibmrh9> <40A51604.8070208@pobox.com><1084578453.5 3 4 3. 26.camel@patibmrh9><1084579362.3271.5.camel@patibmrh9> <40A5669B.608 010 8@pobox.com><1084626376.3079.8.camel@patibmrh9> <1084628978.5082.7.ca m el@patibmrh9><40A636D2.3090205@pobox.com> <1084636180.3083.17.camel@patibmrh9> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from parcelfarce.linux.theplanet.co.uk ([195.92.249.252]:54685 "EHLO www.linux.org.uk") by vger.kernel.org with ESMTP id S264681AbUEOQah (ORCPT ); Sat, 15 May 2004 12:30:37 -0400 In-Reply-To: <1084636180.3083.17.camel@patibmrh9> List-Id: linux-ide@vger.kernel.org To: Pat LaVarre Cc: linux-ide@vger.kernel.org Pat LaVarre wrote: > kernel: ata_scsi_dump_cdb: CDB (2:0,0,0) 12 00 00 00 24 00 00 00 46 > kernel: ata_scsi_translate: ENTER > kernel: ata_sg_setup_one: mapped buffer of 36 bytes for read > kernel: ata_fill_sg: PRD[0] = (0x46EE54, 0x24) > kernel: ata_dev_select: ENTER, ata2: device 0, wait 1 > kernel: ata_tf_load_pio: feat 0x5 nsect 0x0 lba 0x0 0x0 0x0 > kernel: ata_tf_load_pio: device 0xA0 > kernel: ata_exec_command_pio: ata2: cmd 0xA0 > kernel: ata_scsi_translate: EXIT > kernel: atapi_packet_task: busy wait > kernel: atapi_packet_task: send cdb > kernel: ata_host_intr: BUS_DMA (host_stat 0x24) > kernel: ata_dma_complete: ENTER > kernel: ata_dma_complete: host 2, host_stat==0x24, drv_stat==0x50 > kernel: ata_sg_clean: unmapping 1 sg elements > kernel: ata_scsi_dump_cdb: CDB (2:0,0,0) 12 00 00 00 c0 00 00 00 46 > kernel: ata_scsi_translate: ENTER > kernel: ata_sg_setup_one: mapped buffer of 192 bytes for read > kernel: ata_fill_sg: PRD[0] = (0x46EE54, 0xC0) > kernel: ata_dev_select: ENTER, ata2: device 0, wait 1 > kernel: ata_tf_load_pio: feat 0x5 nsect 0x0 lba 0x0 0x0 0x0 > kernel: ata_tf_load_pio: device 0xA0 > kernel: ata_exec_command_pio: ata2: cmd 0xA0 > kernel: ata_scsi_translate: EXIT > kernel: atapi_packet_task: busy wait > kernel: atapi_packet_task: send cdb > kernel: ata_host_intr: BUS_DMA (host_stat 0x24) > kernel: ata_dma_complete: ENTER > kernel: ata_dma_complete: host 2, host_stat==0x24, drv_stat==0x50 > kernel: ata_sg_clean: unmapping 1 sg elements > kernel: Vendor: Iomega Model: RRD Rev: 74.B > kernel: Type: CD-ROM ANSI SCSI revision: 00 > kernel: ata_scsi_dump_cdb: CDB (2:0,1,0) 12 00 00 00 24 00 00 00 46 This is some amount of success, as libata appears from this dump to have successfully handled a data-transferring SCSI command (INQUIRY). Jeff