linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Infinite loop on MODE-SENSE with a removable ATAPI sata device on VIA chipset
@ 2006-05-08 13:28 Dario Oliva
  2006-05-08 23:12 ` Tejun Heo
  0 siblings, 1 reply; 14+ messages in thread
From: Dario Oliva @ 2006-05-08 13:28 UTC (permalink / raw)
  To: jgarzik; +Cc: linux-ide

Hello Mr. Garzik:

We have a removable, ATAPI, SATA device and we are having the following
problem with Linux (kernel version 2.6.15.6). The device recieves a MODE
SENSE command. After receiving this command, it is supposed to receive a
12-byte packet command, which it recieves. Afterwards there is supposed
to be an IRQ, and then the data is read from the device. However, in one
computer we have with a VIA chipset, the device keeps getting zeroes
without stopping. In other words, it gets the 12-bytes and the continues
to recive bytes all of which are zero. The device never gets the IRQ,
therefore it does not respond.

Any ideas on this?

Thanks in advance for any help.
 
 
 
Dario Oliva
Linux Software Engineer
Data Protection Solutions

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Infinite loop on MODE-SENSE with a removable ATAPI sata device on VIA chipset
  2006-05-08 13:28 Dario Oliva
@ 2006-05-08 23:12 ` Tejun Heo
  0 siblings, 0 replies; 14+ messages in thread
From: Tejun Heo @ 2006-05-08 23:12 UTC (permalink / raw)
  To: Dario Oliva; +Cc: jgarzik, linux-ide

Dario Oliva wrote:
> Hello Mr. Garzik:
> 
> We have a removable, ATAPI, SATA device and we are having the following
> problem with Linux (kernel version 2.6.15.6). The device recieves a MODE
> SENSE command. After receiving this command, it is supposed to receive a
> 12-byte packet command, which it recieves. Afterwards there is supposed
> to be an IRQ, and then the data is read from the device. However, in one
> computer we have with a VIA chipset, the device keeps getting zeroes
> without stopping. In other words, it gets the 12-bytes and the continues
> to recive bytes all of which are zero. The device never gets the IRQ,
> therefore it does not respond.
> 
> Any ideas on this?
> 
> Thanks in advance for any help.

Please post what kind of ATAPI device you are using and the kernel log. 
  If possible, please change #undef ATA_DEBUG in include/linux/libata.h 
to #define ATA_DEBUG prior to generate the kernel log.

-- 
tejun

^ permalink raw reply	[flat|nested] 14+ messages in thread

* RE: Infinite loop on MODE-SENSE with a removable ATAPI sata device on VIA chipset
@ 2006-05-10 14:51 Dario Oliva
  2006-05-10 14:59 ` Tejun Heo
  2006-05-11  7:20 ` Albert Lee
  0 siblings, 2 replies; 14+ messages in thread
From: Dario Oliva @ 2006-05-10 14:51 UTC (permalink / raw)
  To: Tejun Heo; +Cc: jgarzik, linux-ide

> -----Original Message-----
> From: Tejun Heo [mailto:htejun@gmail.com] 
> Sent: Monday, May 08, 2006 7:13 PM
> To: Dario Oliva
> Cc: jgarzik@pobox.com; linux-ide@vger.kernel.org
> Subject: Re: Infinite loop on MODE-SENSE with a removable ATAPI sata
device on VIA chipset
>
> Dario Oliva wrote:
>> Hello Mr. Garzik:
>> 
>> We have a removable, ATAPI, SATA device and we are having the 
>> following problem with Linux (kernel version 2.6.15.6). The device 
>> recieves a MODE SENSE command. After receiving this command, it is 
>> supposed to receive a 12-byte packet command, which it recieves. 
>> Afterwards there is supposed to be an IRQ, and then the data is read 
>> from the device. However, in one computer we have with a VIA chipset,

>> the device keeps getting zeroes without stopping. In other words, it 
>> gets the 12-bytes and the continues to recive bytes all of which are 
>> zero. The device never gets the IRQ, therefore it does not respond.
>> 
>> Any ideas on this?
>> 
>> Thanks in advance for any help.
>
> Please post what kind of ATAPI device you are using and the kernel
log. 
>  If possible, please change #undef ATA_DEBUG in include/linux/libata.h
to #define ATA_DEBUG prior to generate the kernel > log.
>
> --
> tejun

Attached are some kernel messeges. I ran dmesg several times and
appended the output to the attached file, so there may be some
redudancy. However some of the commands or debug lines do appear to
repeat themselves. As you requested, I changed "#undef ATA_DEBUG" to
"#define ATA_DEBUG".

As far as the device is concerned, is an unreleased product of the
company I work for. That's why I did not give a name, because we don't
have an official name yet. But like I said, it is SATA, removalbe ATAPI.
If you want/need more information let me know.

Dario

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Infinite loop on MODE-SENSE with a removable ATAPI sata device on VIA chipset
  2006-05-10 14:51 Dario Oliva
@ 2006-05-10 14:59 ` Tejun Heo
  2006-05-11  7:20 ` Albert Lee
  1 sibling, 0 replies; 14+ messages in thread
From: Tejun Heo @ 2006-05-10 14:59 UTC (permalink / raw)
  To: Dario Oliva; +Cc: jgarzik, linux-ide

Dario Oliva wrote:
> 
> Attached are some kernel messeges. I ran dmesg several times and

None attached. :)

> appended the output to the attached file, so there may be some
> redudancy. However some of the commands or debug lines do appear to
> repeat themselves. As you requested, I changed "#undef ATA_DEBUG" to
> "#define ATA_DEBUG".
> 
> As far as the device is concerned, is an unreleased product of the
> company I work for. That's why I did not give a name, because we don't
> have an official name yet. But like I said, it is SATA, removalbe ATAPI.
> If you want/need more information let me know.

I asked the model because plexstor list some of their drives as PIO only 
with VIA controllers.  I don't know why.  But VIA + plextor combination 
seems to have some problems and your problem might be a similar one. 
Have you tried the drive with other controllers?

-- 
tejun

^ permalink raw reply	[flat|nested] 14+ messages in thread

* RE: Infinite loop on MODE-SENSE with a removable ATAPI sata device on VIA chipset
@ 2006-05-10 15:07 Dario Oliva
  2006-05-10 15:25 ` Tejun Heo
  0 siblings, 1 reply; 14+ messages in thread
From: Dario Oliva @ 2006-05-10 15:07 UTC (permalink / raw)
  To: Tejun Heo; +Cc: jgarzik, linux-ide

[-- Attachment #1: Type: text/plain, Size: 502 bytes --]

Tejun Heo wrote:

> None attached. :)

Oops. 

> I asked the model because plexstor list some of their drives as PIO
only with VIA controllers.  I don't know why.  But
> VIA + plextor combination seems to have some problems and your problem
might be a similar one. 
> Have you tried the drive with other controllers?

Yes, we have tried other controllers, mainly Intel and nvidia. No
problems with either one. Only the motherboard with the VIA controller
gives the problem.

--
tejun

[-- Attachment #2: dmesg_2.6.15.6-ezb --]
[-- Type: application/octet-stream, Size: 30486 bytes --]

0 00 00 00 00 00 00
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 7 (dev_stat 0x51)
atapi_request_sense: ATAPI request sense
ata_exec_command_pio: ata1: cmd 0xA0
atapi_request_sense: EXIT
atapi_packet_task: busy wait
atapi_packet_task: send cdb
__atapi_pio_bytes: data read
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 3f 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 7 (dev_stat 0x50)
sda: Write Protect is off
sda: Mode Sense: 00 38 00 00
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 08 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 7 (dev_stat 0x50)
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 08 00 00 00 00 00 1c
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 7 (dev_stat 0x50)
SCSI device sda: drive cache: write through
sd 0:0:0:0: Attached scsi removable disk sda
sd 0:0:0:0: Attached scsi generic sg0 type 0
Linux agpgart interface v0.101 (c) Dave Jones
agpgart: Detected AGP bridge 0
agpgart: AGP aperture is 128M @ 0xe8000000
ata_scsi_dump_cdb: CDB (1:0,0,0) 00 00 00 00 00 00 00 00 00
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 6 (dev_stat 0x50)
ata_scsi_dump_cdb: CDB (1:0,0,0) 00 00 00 00 00 00 00 00 00
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 6 (dev_stat 0x50)
ata_scsi_dump_cdb: CDB (1:0,0,0) 25 00 00 00 00 00 00 00 00
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 7 (dev_stat 0x51)
atapi_request_sense: ATAPI request sense
ata_exec_command_pio: ata1: cmd 0xA0
atapi_request_sense: EXIT
atapi_packet_task: busy wait
atapi_packet_task: send cdb
__atapi_pio_bytes: data read
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 3f 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 7 (dev_stat 0x50)
sda: Write Protect is off
sda: Mode Sense: 00 38 00 00
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 08 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 7 (dev_stat 0x50)
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 08 00 00 00 00 00 1c
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 7 (dev_stat 0x50)
SCSI device sda: drive cache: write through
ata_scsi_dump_cdb: CDB (1:0,0,0) 1e 00 00 00 01 00 00 00 1c
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 6 (dev_stat 0x51)
atapi_request_sense: ATAPI request sense
ata_exec_command_pio: ata1: cmd 0xA0
atapi_request_sense: EXIT
atapi_packet_task: busy wait
atapi_packet_task: send cdb
__atapi_pio_bytes: data read
Device not ready. Make sure there is a disc in the drive.
ata_scsi_dump_cdb: CDB (1:0,0,0) 00 00 00 00 00 00 00 00 1c
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 6 (dev_stat 0x50)
ata_scsi_dump_cdb: CDB (1:0,0,0) 25 00 00 00 00 00 00 00 00
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 7 (dev_stat 0x51)
atapi_request_sense: ATAPI request sense
ata_exec_command_pio: ata1: cmd 0xA0
atapi_request_sense: EXIT
atapi_packet_task: busy wait
atapi_packet_task: send cdb
__atapi_pio_bytes: data read
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 3f 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 7 (dev_stat 0x50)
sda: Write Protect is off
sda: Mode Sense: 00 38 00 00
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 08 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 7 (dev_stat 0x50)
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 08 00 00 00 00 00 1c
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_scsi_error: ENTER
ata_eng_timeout: ENTER
ata_qc_timeout: ENTER
ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x1
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_qc_timeout: EXIT
ata_eng_timeout: EXIT
ata_scsi_error: EXIT
sda: asking for cache data failed
sda: assuming drive cache: write through
program hwscan is using a deprecated SCSI ioctl, please convert it to SG_IO
ata_scsi_dump_cdb: CDB (1:0,0,0) 12 01 80 00 ff 00 00 00 1c
ata_sg_setup_one: mapped buffer of 512 bytes for read
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
ata1 failed to respond (30 secs)
ATA: abnormal status 0xD0 on port 0xE007
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_scsi_dump_cdb: CDB (1:0,0,0) 1e 00 00 00 00 00 00 00 1c
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
ata_scsi_error: ENTER
ata_eng_timeout: ENTER
ata_qc_timeout: ENTER
ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x0
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_qc_timeout: EXIT
ata_eng_timeout: EXIT
ata_scsi_error: EXIT
sd 0:0:0:0: ioctl_internal_command return code = 8000002
   : Current [descriptor]: sense key: Aborted Command
    Additional sense: Scsi parity error
ata_scsi_dump_cdb: CDB (1:0,0,0) 00 00 00 00 00 00 00 00 1c
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
ip_tables: (C) 2000-2002 Netfilter core team
NET: Registered protocol family 17
e100: Intel(R) PRO/100 Network Driver, 3.4.14-k4-NAPI
e100: Copyright(c) 1999-2005 Intel Corporation
eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
eth0: Promiscuous mode enabled.
device eth0 entered promiscuous mode
eth0: Promiscuous mode enabled.
eth0: Promiscuous mode enabled.
eth0: Promiscuous mode enabled.
eth0: Promiscuous mode enabled.
eth0: Promiscuous mode enabled.
eth0: Promiscuous mode enabled.
eth0: Promiscuous mode enabled.
ata1 failed to respond (30 secs)
ATA: abnormal status 0xD0 on port 0xE007
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_scsi_dump_cdb: CDB (1:0,0,0) 00 00 00 00 00 00 00 00 1c
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
p_cdb: CDB (1:0,0,0) 1e 00 00 00 00 00 00 00 1c
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
ata_scsi_error: ENTER
ata_eng_timeout: ENTER
ata_qc_timeout: ENTER
ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x0
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_qc_timeout: EXIT
ata_eng_timeout: EXIT
ata_scsi_error: EXIT
sd 0:0:0:0: ioctl_internal_command return code = 8000002
   : Current [descriptor]: sense key: Aborted Command
    Additional sense: Scsi parity error
ata_scsi_dump_cdb: CDB (1:0,0,0) 00 00 00 00 00 00 00 00 1c
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
ip_tables: (C) 2000-2002 Netfilter core team
NET: Registered protocol family 17
e100: Intel(R) PRO/100 Network Driver, 3.4.14-k4-NAPI
e100: Copyright(c) 1999-2005 Intel Corporation
eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
eth0: Promiscuous mode enabled.
device eth0 entered promiscuous mode
eth0: Promiscuous mode enabled.
eth0: Promiscuous mode enabled.
eth0: Promiscuous mode enabled.
eth0: Promiscuous mode enabled.
eth0: Promiscuous mode enabled.
eth0: Promiscuous mode enabled.
eth0: Promiscuous mode enabled.
ata1 failed to respond (30 secs)
ATA: abnormal status 0xD0 on port 0xE007
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_scsi_dump_cdb: CDB (1:0,0,0) 00 00 00 00 00 00 00 00 1c
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
ata_scsi_error: ENTER
ata_eng_timeout: ENTER
ata_qc_timeout: ENTER
ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x0
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_qc_timeout: EXIT
ata_eng_timeout: EXIT
ata_scsi_error: EXIT
ata_scsi_dump_cdb: CDB (1:0,0,0) 00 00 00 00 00 00 00 00 1c
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
ata1 failed to respond (30 secs)
ATA: abnormal status 0xD0 on port 0xE007
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_scsi_dump_cdb: CDB (1:0,0,0) 00 00 00 00 00 00 00 00 1c
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
ata_scsi_error: ENTER
ata_eng_timeout: ENTER
ata_qc_timeout: ENTER
ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x0
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_qc_timeout: EXIT
ata_eng_timeout: EXIT
ata_scsi_error: EXIT
ata_scsi_dump_cdb: CDB (1:0,0,0) 00 00 00 00 00 00 00 00 1c
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
ata1 failed to respond (30 secs)
ATA: abnormal status 0xD0 on port 0xE007
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_scsi_dump_cdb: CDB (1:0,0,0) 00 00 00 00 00 00 00 00 1c
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
ata_scsi_error: ENTER
ata_eng_timeout: ENTER
ata_qc_timeout: ENTER
ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x0
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_qc_timeout: EXIT
ata_eng_timeout: EXIT
ata_scsi_error: EXIT
ata_scsi_dump_cdb: CDB (1:0,0,0) 00 00 00 00 00 00 00 00 1c
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
ata1 failed to respond (30 secs)
ATA: abnormal status 0xD0 on port 0xE007
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_scsi_dump_cdb: CDB (1:0,0,0) 00 00 00 00 00 00 00 00 1c
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
ata_scsi_error: ENTER
ata_eng_timeout: ENTER
ata_qc_timeout: ENTER
ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x0
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_qc_timeout: EXIT
ata_eng_timeout: EXIT
ata_scsi_error: EXIT
sda: Unit Not Ready, sense:
: Current [descriptor]: sense key: Aborted Command
    Additional sense: Scsi parity error
ata_scsi_dump_cdb: CDB (1:0,0,0) 25 00 00 00 00 00 00 00 00
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
ata1 failed to respond (30 secs)
ATA: abnormal status 0xD0 on port 0xE007
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_scsi_dump_cdb: CDB (1:0,0,0) 25 00 00 00 00 00 00 00 00
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
ata_scsi_error: ENTER
ata_eng_timeout: ENTER
ata_qc_timeout: ENTER
ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x0
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_qc_timeout: EXIT
ata_eng_timeout: EXIT
ata_scsi_error: EXIT
ata_scsi_dump_cdb: CDB (1:0,0,0) 25 00 00 00 00 00 00 00 00
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
ata1 failed to respond (30 secs)
ATA: abnormal status 0xD0 on port 0xE007
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_scsi_dump_cdb: CDB (1:0,0,0) 25 00 00 00 00 00 00 00 00
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
ata_scsi_error: ENTER
ata_eng_timeout: ENTER
ata_qc_timeout: ENTER
ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x0
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_qc_timeout: EXIT
ata_eng_timeout: EXIT
ata_scsi_error: EXIT
ata_scsi_dump_cdb: CDB (1:0,0,0) 25 00 00 00 00 00 00 00 00
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
ata1 failed to respond (30 secs)
ATA: abnormal status 0xD0 on port 0xE007
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_scsi_dump_cdb: CDB (1:0,0,0) 25 00 00 00 00 00 00 00 00
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
si_dump_cdb: CDB (1:0,0,0) 00 00 00 00 00 00 00 00 1c
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
ata1 failed to respond (30 secs)
ATA: abnormal status 0xD0 on port 0xE007
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_scsi_dump_cdb: CDB (1:0,0,0) 00 00 00 00 00 00 00 00 1c
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
ata_scsi_error: ENTER
ata_eng_timeout: ENTER
ata_qc_timeout: ENTER
ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x0
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_qc_timeout: EXIT
ata_eng_timeout: EXIT
ata_scsi_error: EXIT
ata_scsi_dump_cdb: CDB (1:0,0,0) 00 00 00 00 00 00 00 00 1c
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
ata1 failed to respond (30 secs)
ATA: abnormal status 0xD0 on port 0xE007
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_scsi_dump_cdb: CDB (1:0,0,0) 00 00 00 00 00 00 00 00 1c
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
ata_scsi_error: ENTER
ata_eng_timeout: ENTER
ata_qc_timeout: ENTER
ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x0
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_qc_timeout: EXIT
ata_eng_timeout: EXIT
ata_scsi_error: EXIT
ata_scsi_dump_cdb: CDB (1:0,0,0) 00 00 00 00 00 00 00 00 1c
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
ata1 failed to respond (30 secs)
ATA: abnormal status 0xD0 on port 0xE007
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_scsi_dump_cdb: CDB (1:0,0,0) 00 00 00 00 00 00 00 00 1c
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
ata_scsi_error: ENTER
ata_eng_timeout: ENTER
ata_qc_timeout: ENTER
ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x0
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_qc_timeout: EXIT
ata_eng_timeout: EXIT
ata_scsi_error: EXIT
sda: Unit Not Ready, sense:
: Current [descriptor]: sense key: Aborted Command
    Additional sense: Scsi parity error
ata_scsi_dump_cdb: CDB (1:0,0,0) 25 00 00 00 00 00 00 00 00
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
ata1 failed to respond (30 secs)
ATA: abnormal status 0xD0 on port 0xE007
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_scsi_dump_cdb: CDB (1:0,0,0) 25 00 00 00 00 00 00 00 00
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
ata_scsi_error: ENTER
ata_eng_timeout: ENTER
ata_qc_timeout: ENTER
ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x0
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_qc_timeout: EXIT
ata_eng_timeout: EXIT
ata_scsi_error: EXIT
ata_scsi_dump_cdb: CDB (1:0,0,0) 25 00 00 00 00 00 00 00 00
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
ata1 failed to respond (30 secs)
ATA: abnormal status 0xD0 on port 0xE007
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_scsi_dump_cdb: CDB (1:0,0,0) 25 00 00 00 00 00 00 00 00
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
ata_scsi_error: ENTER
ata_eng_timeout: ENTER
ata_qc_timeout: ENTER
ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x0
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_qc_timeout: EXIT
ata_eng_timeout: EXIT
ata_scsi_error: EXIT
ata_scsi_dump_cdb: CDB (1:0,0,0) 25 00 00 00 00 00 00 00 00
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
ata1 failed to respond (30 secs)
ATA: abnormal status 0xD0 on port 0xE007
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_scsi_dump_cdb: CDB (1:0,0,0) 25 00 00 00 00 00 00 00 00
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
ata_scsi_error: ENTER
ata_eng_timeout: ENTER
ata_qc_timeout: ENTER
ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x0
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_qc_timeout: EXIT
ata_eng_timeout: EXIT
ata_scsi_error: EXIT
sda : READ CAPACITY failed.
sda : status=1, message=00, host=0, driver=08 
sd: Current [descriptor]: sense key: Aborted Command
    Additional sense: Scsi parity error
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 3f 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
ata1 failed to respond (30 secs)
ATA: abnormal status 0xD0 on port 0xE007
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 3f 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
ata_scsi_error: ENTER
ata_eng_timeout: ENTER
ata_qc_timeout: ENTER
ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x0
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_qc_timeout: EXIT
ata_eng_timeout: EXIT
ata_scsi_error: EXIT
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 00 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
ata1 failed to respond (30 secs)
ATA: abnormal status 0xD0 on port 0xE007
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 00 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
b/47/00
ata_scsi_dump_cdb: CDB (1:0,0,0) 25 00 00 00 00 00 00 00 00
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
ata_scsi_error: ENTER
ata_eng_timeout: ENTER
ata_qc_timeout: ENTER
ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x0
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_qc_timeout: EXIT
ata_eng_timeout: EXIT
ata_scsi_error: EXIT
sda : READ CAPACITY failed.
sda : status=1, message=00, host=0, driver=08 
sd: Current [descriptor]: sense key: Aborted Command
    Additional sense: Scsi parity error
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 3f 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
ata1 failed to respond (30 secs)
ATA: abnormal status 0xD0 on port 0xE007
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 3f 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
ata_scsi_error: ENTER
ata_eng_timeout: ENTER
ata_qc_timeout: ENTER
ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x0
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_qc_timeout: EXIT
ata_eng_timeout: EXIT
ata_scsi_error: EXIT
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 00 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
ata1 failed to respond (30 secs)
ATA: abnormal status 0xD0 on port 0xE007
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 00 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
VFS: Can't find ext3 filesystem on dev fd0.
VFS: Can't find an ext2 filesystem on dev fd0.
VFS: Can't find a Minix or Minix V2 filesystem on device fd0.
Unable to load NLS charset cp437
FAT: codepage cp437 not found
Unable to load NLS charset cp437
FAT: codepage cp437 not found
Unable to identify CD-ROM format.
Unable to load NLS charset iso8859-1
NTFS-fs warning (device fd0): is_boot_sector_ntfs(): Invalid boot sector checksum.
NTFS-fs error (device fd0): read_ntfs_boot_sector(): Primary boot sector is invalid.
NTFS-fs error (device fd0): read_ntfs_boot_sector(): Mount option errors=recover not used. Aborting without trying to recover.
NTFS-fs error (device fd0): ntfs_fill_super(): Not an NTFS volume.
ata_scsi_error: ENTER
ata_eng_timeout: ENTER
ata_qc_timeout: ENTER
ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x0
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_qc_timeout: EXIT
ata_eng_timeout: EXIT
ata_scsi_error: EXIT
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 3f 00 00 00 00 00 ff
ata_sg_setup: padding done, sg[0].length=252 pad_len=3
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
ata1 failed to respond (30 secs)
ATA: abnormal status 0xD0 on port 0xE007
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 3f 00 00 00 00 00 ff
ata_sg_setup: padding done, sg[0].length=252 pad_len=3
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
VFS: Can't find ext3 filesystem on dev fd0.
VFS: Can't find an ext2 filesystem on dev fd0.
VFS: Can't find a Minix or Minix V2 filesystem on device fd0.
Unable to load NLS charset cp437
FAT: codepage cp437 not found
Unable to load NLS charset cp437
FAT: codepage cp437 not found
Unable to identify CD-ROM format.
Unable to load NLS charset iso8859-1
NTFS-fs warning (device fd0): is_boot_sector_ntfs(): Invalid boot sector checksum.
NTFS-fs error (device fd0): read_ntfs_boot_sector(): Primary boot sector is invalid.
NTFS-fs error (device fd0): read_ntfs_boot_sector(): Mount option errors=recover not used. Aborting without trying to recover.
NTFS-fs error (device fd0): ntfs_fill_super(): Not an NTFS volume.
ata_scsi_error: ENTER
ata_eng_timeout: ENTER
ata_qc_timeout: ENTER
ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x0
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_qc_timeout: EXIT
ata_eng_timeout: EXIT
ata_scsi_error: EXIT
sda: test WP failed, assume Write Enabled
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 08 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
ata1 failed to respond (30 secs)
ATA: abnormal status 0xD0 on port 0xE007
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 08 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
Unable to load NLS charset cp437
FAT: codepage cp437 not found
ata_scsi_error: ENTER
ata_eng_timeout: ENTER
ata_qc_timeout: ENTER
ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x0
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_qc_timeout: EXIT
ata_eng_timeout: EXIT
ata_scsi_error: EXIT
sda: asking for cache data failed
sda: assuming drive cache: write through
ata_scsi_dump_cdb: CDB (1:0,0,0) 1e 00 00 00 01 00 00 00 08
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
ata1 failed to respond (30 secs)
ATA: abnormal status 0xD0 on port 0xE007
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_scsi_dump_cdb: CDB (1:0,0,0) 1e 00 00 00 01 00 00 00 08
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
ata_scsi_error: ENTER
ata_eng_timeout: ENTER
ata_qc_timeout: ENTER
ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x0
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_qc_timeout: EXIT
ata_eng_timeout: EXIT
ata_scsi_error: EXIT
sd 0:0:0:0: ioctl_internal_command return code = 8000002
   : Current [descriptor]: sense key: Aborted Command
    Additional sense: Scsi parity error
ata_scsi_dump_cdb: CDB (1:0,0,0) 00 00 00 00 00 00 00 00 08
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Infinite loop on MODE-SENSE with a removable ATAPI sata device on VIA chipset
  2006-05-10 15:07 Infinite loop on MODE-SENSE with a removable ATAPI sata device on VIA chipset Dario Oliva
@ 2006-05-10 15:25 ` Tejun Heo
  2006-05-10 15:26   ` Tejun Heo
  0 siblings, 1 reply; 14+ messages in thread
From: Tejun Heo @ 2006-05-10 15:25 UTC (permalink / raw)
  To: Dario Oliva; +Cc: jgarzik, linux-ide

Dario Oliva wrote:
> Tejun Heo wrote:
> 
>> None attached. :)
> 
> Oops. 
> 
>> I asked the model because plexstor list some of their drives as PIO
> only with VIA controllers.  I don't know why.  But
>> VIA + plextor combination seems to have some problems and your problem
> might be a similar one. 
>> Have you tried the drive with other controllers?
> 
> Yes, we have tried other controllers, mainly Intel and nvidia. No
> problems with either one. Only the motherboard with the VIA controller
> gives the problem.
> 

Seems to be the same problem.  You can force PIO mode by adding your 
device's ID to ata_dma_list[] in libata-core.c.  It will force PIO mode 
on all controllers, though.  Proper way would be to implement 
ops->filter_mode() in sata_via.c and force PIO for ATAPI devices, but 
I'm not sure whether the 'force PIO' approach is the correct one.

-- 
tejun

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Infinite loop on MODE-SENSE with a removable ATAPI sata device on VIA chipset
  2006-05-10 15:25 ` Tejun Heo
@ 2006-05-10 15:26   ` Tejun Heo
  2006-05-11  1:57     ` Albert Lee
  0 siblings, 1 reply; 14+ messages in thread
From: Tejun Heo @ 2006-05-10 15:26 UTC (permalink / raw)
  To: Dario Oliva; +Cc: jgarzik, linux-ide

Tejun Heo wrote:
> Dario Oliva wrote:
>> Tejun Heo wrote:
>>
>>> None attached. :)
>>
>> Oops.
>>> I asked the model because plexstor list some of their drives as PIO
>> only with VIA controllers.  I don't know why.  But
>>> VIA + plextor combination seems to have some problems and your problem
>> might be a similar one.
>>> Have you tried the drive with other controllers?
>>
>> Yes, we have tried other controllers, mainly Intel and nvidia. No
>> problems with either one. Only the motherboard with the VIA controller
>> gives the problem.
>>
> 
> Seems to be the same problem.  You can force PIO mode by adding your 
> device's ID to ata_dma_list[] in libata-core.c.  It will force PIO mode

s/ata_dma_list/ata_dma_blacklist/ of course.

-- 
tejun

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Infinite loop on MODE-SENSE with a removable ATAPI sata device on VIA chipset
  2006-05-10 15:26   ` Tejun Heo
@ 2006-05-11  1:57     ` Albert Lee
  0 siblings, 0 replies; 14+ messages in thread
From: Albert Lee @ 2006-05-11  1:57 UTC (permalink / raw)
  To: Tejun Heo; +Cc: Dario Oliva, jgarzik, linux-ide, Reinhard Brandstädter

Tejun Heo wrote:
> Tejun Heo wrote:
> 
>> Dario Oliva wrote:
>>
>>> Tejun Heo wrote:
>>>
>>>> I asked the model because plexstor list some of their drives as PIO
>>>
>>> only with VIA controllers.  I don't know why.  But
>>>
>>>> VIA + plextor combination seems to have some problems and your problem
>>>
>>> might be a similar one.
>>>
>>>> Have you tried the drive with other controllers?
>>>
>>>
>>> Yes, we have tried other controllers, mainly Intel and nvidia. No
>>> problems with either one. Only the motherboard with the VIA controller
>>> gives the problem.
>>>
>>
>> Seems to be the same problem.  You can force PIO mode by adding your
>> device's ID to ata_dma_list[] in libata-core.c.  It will force PIO mode
> 
> 
> s/ata_dma_list/ata_dma_blacklist/ of course.
> 

I've gotten a VIA VT6421 adapter. Will try to test it with some ATAPI devices
for this problem.

--
albert



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Infinite loop on MODE-SENSE with a removable ATAPI sata device on VIA chipset
  2006-05-10 14:51 Dario Oliva
  2006-05-10 14:59 ` Tejun Heo
@ 2006-05-11  7:20 ` Albert Lee
  2006-05-12 14:43   ` Dario Oliva
  2006-06-12 21:12   ` Dario Oliva
  1 sibling, 2 replies; 14+ messages in thread
From: Albert Lee @ 2006-05-11  7:20 UTC (permalink / raw)
  To: Dario Oliva; +Cc: Tejun Heo, jgarzik, linux-ide, Reinhard Brandstädter

Dario Oliva wrote:
 
> Attached are some kernel messeges. I ran dmesg several times and
> appended the output to the attached file, so there may be some
> redudancy. However some of the commands or debug lines do appear to
> repeat themselves. As you requested, I changed "#undef ATA_DEBUG" to
> "#define ATA_DEBUG".
> 
> As far as the device is concerned, is an unreleased product of the
> company I work for. That's why I did not give a name, because we don't
> have an official name yet. But like I said, it is SATA, removalbe ATAPI.
> If you want/need more information let me know.
> 

Is the ATAPI device native SATA or PATA with some bridge chip used?

>From the log, some MODE SENSE did work at first: (So, seems not DMADIR problem.)

ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 3f 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 7 (dev_stat 0x50)  <= irq received. ATAPI DMA ok
sda: Write Protect is off

===============================================================

Later, irq lost for the following MODE SENSE command:

ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 08 00 00 00 00 00 1c
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_scsi_error: ENTER              <= timeout. 
ata_eng_timeout: ENTER
ata_qc_timeout: ENTER
ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x1   <= device is still busy. The old EH doesn't reset the device.
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_qc_timeout: EXIT
ata_eng_timeout: EXIT
ata_scsi_error: EXIT
====================================================================

After the timeout, the device is in BUSY state and can't handle any new commands.
That's why the "infinite loop" seen. (Tejun's new EH can reset the device and bring
it back to work.)

Don't know what caused the timeout. From the device status 0xd0, it seems
the device is waiting for something (maybe data transfer?). It is not irq lost
because the irq is not yet generated when the device status is still BUSY.

Is it possible to attach a protocol analyzer to the SATA cable
and check whether the ATAPI DMA data is actually transferred?
Could you also post the dmesg log with ATA_DEBUG for the working Intel/nVidia
adapter? Maybe we can find some clue by comparing the problematic 
MODE SENSE transation of both logs.

I've done minimal testing with my VIA VT6421 + ATAPI but unable to reproduce
the problem.

Thanks,

Albert


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Infinite loop on MODE-SENSE with a removable ATAPI sata device on VIA chipset
  2006-05-11  7:20 ` Albert Lee
@ 2006-05-12 14:43   ` Dario Oliva
  2006-06-12 21:12   ` Dario Oliva
  1 sibling, 0 replies; 14+ messages in thread
From: Dario Oliva @ 2006-05-12 14:43 UTC (permalink / raw)
  To: albertl; +Cc: anikami1, Tejun Heo, jgarzik, linux-ide,
	Reinhard Brandstädter

Albert Lee wrote:
> Dario Oliva wrote:
>
>> Attached are some kernel messeges. I ran dmesg several times and
>> appended the output to the attached file, so there may be some
>> redudancy. However some of the commands or debug lines do appear to
>> repeat themselves. As you requested, I changed "#undef ATA_DEBUG" to
>> "#define ATA_DEBUG".
>>
>> As far as the device is concerned, is an unreleased product of the
>> company I work for. That's why I did not give a name, because we don't
>> have an official name yet. But like I said, it is SATA, removalbe ATAPI.
>> If you want/need more information let me know.
>>
>
> Is the ATAPI device native SATA or PATA with some bridge chip used?
>
>> From the log, some MODE SENSE did work at first: (So, seems not 
>> DMADIR problem.)
>
> ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 3f 00 00 00 00 00 08
> ata_sg_setup: 1 sg elements mapped
> ata_exec_command_pio: ata1: cmd 0xA0
> atapi_packet_task: busy wait
> atapi_packet_task: send cdb
> ata_host_intr: ata1: protocol 7 (dev_stat 0x50)  <= irq received. 
> ATAPI DMA ok
> sda: Write Protect is off
>
> ===============================================================
>
> Later, irq lost for the following MODE SENSE command:
>
> ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 08 00 00 00 00 00 1c
> ata_sg_setup: 1 sg elements mapped
> ata_exec_command_pio: ata1: cmd 0xA0
> atapi_packet_task: busy wait
> atapi_packet_task: send cdb
> ata_scsi_error: ENTER              <= timeout. ata_eng_timeout: ENTER
> ata_qc_timeout: ENTER
> ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x1   <= device is 
> still busy. The old EH doesn't reset the device.
> ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
> ata_qc_timeout: EXIT
> ata_eng_timeout: EXIT
> ata_scsi_error: EXIT
> ====================================================================
>
> After the timeout, the device is in BUSY state and can't handle any 
> new commands.
> That's why the "infinite loop" seen. (Tejun's new EH can reset the 
> device and bring
> it back to work.)
>
> Don't know what caused the timeout. From the device status 0xd0, it seems
> the device is waiting for something (maybe data transfer?). It is not 
> irq lost
> because the irq is not yet generated when the device status is still 
> BUSY.
>
> Is it possible to attach a protocol analyzer to the SATA cable
> and check whether the ATAPI DMA data is actually transferred?
> Could you also post the dmesg log with ATA_DEBUG for the working 
> Intel/nVidia
> adapter? Maybe we can find some clue by comparing the problematic MODE 
> SENSE transation of both logs.
>
> I've done minimal testing with my VIA VT6421 + ATAPI but unable to 
> reproduce
> the problem.
>
> Thanks,
>
> Albert
>
>
I do have a protocol analyzer here at work and I can get such 
information. It may take me a while to get it for you. But I'll try to 
do it ASAP.

Dario

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Infinite loop on MODE-SENSE with a removable ATAPI sata device on VIA chipset
  2006-05-11  7:20 ` Albert Lee
  2006-05-12 14:43   ` Dario Oliva
@ 2006-06-12 21:12   ` Dario Oliva
  2006-06-14  2:22     ` Albert Lee
  1 sibling, 1 reply; 14+ messages in thread
From: Dario Oliva @ 2006-06-12 21:12 UTC (permalink / raw)
  To: albertl; +Cc: linux-ide

[-- Attachment #1: Type: text/plain, Size: 3603 bytes --]

Albert Lee wrote:
> Dario Oliva wrote:
>
>> Attached are some kernel messeges. I ran dmesg several times and
>> appended the output to the attached file, so there may be some
>> redudancy. However some of the commands or debug lines do appear to
>> repeat themselves. As you requested, I changed "#undef ATA_DEBUG" to
>> "#define ATA_DEBUG".
>>
>> As far as the device is concerned, is an unreleased product of the
>> company I work for. That's why I did not give a name, because we don't
>> have an official name yet. But like I said, it is SATA, removalbe ATAPI.
>> If you want/need more information let me know.
>>
>
> Is the ATAPI device native SATA or PATA with some bridge chip used?
>
>> From the log, some MODE SENSE did work at first: (So, seems not 
>> DMADIR problem.)
>
> ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 3f 00 00 00 00 00 08
> ata_sg_setup: 1 sg elements mapped
> ata_exec_command_pio: ata1: cmd 0xA0
> atapi_packet_task: busy wait
> atapi_packet_task: send cdb
> ata_host_intr: ata1: protocol 7 (dev_stat 0x50)  <= irq received. 
> ATAPI DMA ok
> sda: Write Protect is off
>
> ===============================================================
>
> Later, irq lost for the following MODE SENSE command:
>
> ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 08 00 00 00 00 00 1c
> ata_sg_setup: 1 sg elements mapped
> ata_exec_command_pio: ata1: cmd 0xA0
> atapi_packet_task: busy wait
> atapi_packet_task: send cdb
> ata_scsi_error: ENTER              <= timeout. ata_eng_timeout: ENTER
> ata_qc_timeout: ENTER
> ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x1   <= device is 
> still busy. The old EH doesn't reset the device.
> ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
> ata_qc_timeout: EXIT
> ata_eng_timeout: EXIT
> ata_scsi_error: EXIT
> ====================================================================
>
> After the timeout, the device is in BUSY state and can't handle any 
> new commands.
> That's why the "infinite loop" seen. (Tejun's new EH can reset the 
> device and bring
> it back to work.)
>
> Don't know what caused the timeout. From the device status 0xd0, it seems
> the device is waiting for something (maybe data transfer?). It is not 
> irq lost
> because the irq is not yet generated when the device status is still 
> BUSY.
>
> Is it possible to attach a protocol analyzer to the SATA cable
> and check whether the ATAPI DMA data is actually transferred?
> Could you also post the dmesg log with ATA_DEBUG for the working 
> Intel/nVidia
> adapter? Maybe we can find some clue by comparing the problematic MODE 
> SENSE transation of both logs.
>
> I've done minimal testing with my VIA VT6421 + ATAPI but unable to 
> reproduce
> the problem.
>
> Thanks,
>
> Albert
>
>

Sorry it took so long to get you the information. In case you need me to 
refresh the information here is the body of the original email I had 
sent out.

"We have a removable, ATAPI, SATA device and we are having the following 
problem with Linux (kernel version 2.6.15.6). The device recieves a MODE 
SENSE command. After receiving this command, it is supposed to receive a 
12-byte packet command, which it recieves. Afterwards there is supposed 
to be an IRQ, and then the data is read from the device. However, in one 
computer we have with a VIA chipset, the device keeps getting zeroes 
without stopping. In other words, it gets the 12-bytes and the continues 
to recive bytes all of which are zero. The device never gets the IRQ, 
therefore it does not respond."


I also attached the kernel messages running on intel, nvidia, and via 
chipsets.

Dario Oliva

[-- Attachment #2: dmesg_2.6.15.6-ezb_intel --]
[-- Type: text/plain, Size: 7614 bytes --]

ments mapped
ata_exec_command_pio: ata2: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata2: protocol 7 (dev_stat 0x50)
ata_scsi_dump_cdb: CDB (2:0,0,0) 5a 00 08 00 00 00 00 00 1c
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata2: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata2: protocol 7 (dev_stat 0x50)
SCSI device sda: drive cache: write through
ata_scsi_dump_cdb: CDB (2:0,0,0) 1e 00 00 00 01 00 00 00 1c
ata_exec_command_pio: ata2: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata2: protocol 6 (dev_stat 0x51)
atapi_request_sense: ATAPI request sense
ata_exec_command_pio: ata2: cmd 0xA0
atapi_request_sense: EXIT
atapi_packet_task: busy wait
atapi_packet_task: send cdb
__atapi_pio_bytes: data read
Device not ready. Make sure there is a disc in the drive.
ata_scsi_dump_cdb: CDB (2:0,0,0) 00 00 00 00 00 00 00 00 1c
ata_exec_command_pio: ata2: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata2: protocol 6 (dev_stat 0x50)
ata_scsi_dump_cdb: CDB (2:0,0,0) 25 00 00 00 00 00 00 00 00
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata2: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata2: protocol 7 (dev_stat 0x51)
atapi_request_sense: ATAPI request sense
ata_exec_command_pio: ata2: cmd 0xA0
atapi_request_sense: EXIT
atapi_packet_task: busy wait
atapi_packet_task: send cdb
__atapi_pio_bytes: data read
ata_scsi_dump_cdb: CDB (2:0,0,0) 5a 00 3f 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata2: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata2: protocol 7 (dev_stat 0x50)
sda: Write Protect is off
sda: Mode Sense: 00 38 00 00
ata_scsi_dump_cdb: CDB (2:0,0,0) 5a 00 08 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata2: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata2: protocol 7 (dev_stat 0x50)
ata_scsi_dump_cdb: CDB (2:0,0,0) 5a 00 08 00 00 00 00 00 1c
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata2: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata2: protocol 7 (dev_stat 0x50)
SCSI device sda: drive cache: write through
ata_scsi_dump_cdb: CDB (2:0,0,0) 1b 00 00 00 01 00 00 00 00
ata_exec_command_pio: ata2: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata2: protocol 6 (dev_stat 0x50)
ata_scsi_dump_cdb: CDB (2:0,0,0) 1b 00 00 00 01 00 00 00 00
ata_exec_command_pio: ata2: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata2: protocol 6 (dev_stat 0x50)
ata_scsi_dump_cdb: CDB (2:0,0,0) 1e 00 00 00 00 00 00 00 00
ata_exec_command_pio: ata2: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata2: protocol 6 (dev_stat 0x50)
ata_scsi_dump_cdb: CDB (2:0,0,0) 00 00 00 00 00 00 00 00 00
ata_exec_command_pio: ata2: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata2: protocol 6 (dev_stat 0x50)
ata_scsi_dump_cdb: CDB (2:0,0,0) 00 00 00 00 00 00 00 00 00
ata_exec_command_pio: ata2: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata2: protocol 6 (dev_stat 0x50)
ata_scsi_dump_cdb: CDB (2:0,0,0) 25 00 00 00 00 00 00 00 00
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata2: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata2: protocol 7 (dev_stat 0x50)
SCSI device sda: 312581808 512-byte hdwr sectors (160042 MB)
ata_scsi_dump_cdb: CDB (2:0,0,0) 5a 00 3f 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata2: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata2: protocol 7 (dev_stat 0x50)
sda: Write Protect is off
sda: Mode Sense: 00 38 00 00
ata_scsi_dump_cdb: CDB (2:0,0,0) 5a 00 08 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata2: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata2: protocol 7 (dev_stat 0x50)
ata_scsi_dump_cdb: CDB (2:0,0,0) 5a 00 08 00 00 00 00 00 1c
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata2: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata2: protocol 7 (dev_stat 0x50)
SCSI device sda: drive cache: write through
ata_scsi_dump_cdb: CDB (2:0,0,0) 1e 00 00 00 01 00 00 00 1c
ata_exec_command_pio: ata2: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata2: protocol 6 (dev_stat 0x50)
ata_scsi_dump_cdb: CDB (2:0,0,0) 00 00 00 00 00 00 00 00 1c
ata_exec_command_pio: ata2: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata2: protocol 6 (dev_stat 0x50)
ata_scsi_dump_cdb: CDB (2:0,0,0) 25 00 00 00 00 00 00 00 00
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata2: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata2: protocol 7 (dev_stat 0x50)
SCSI device sda: 312581808 512-byte hdwr sectors (160042 MB)
ata_scsi_dump_cdb: CDB (2:0,0,0) 5a 00 3f 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata2: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata2: protocol 7 (dev_stat 0x50)
sda: Write Protect is off
sda: Mode Sense: 00 38 00 00
ata_scsi_dump_cdb: CDB (2:0,0,0) 5a 00 08 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata2: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata2: protocol 7 (dev_stat 0x50)
ata_scsi_dump_cdb: CDB (2:0,0,0) 5a 00 08 00 00 00 00 00 1c
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata2: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata2: protocol 7 (dev_stat 0x50)
SCSI device sda: drive cache: write through
 sda:<3>ata_scsi_dump_cdb: CDB (2:0,0,0) 28 00 00 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata2: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata2: protocol 7 (dev_stat 0x50)
 sda1
ata_scsi_dump_cdb: CDB (2:0,0,0) 12 00 00 00 ff 00 00 00 00
ata_sg_setup: padding done, sg[0].length=252 pad_len=3
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata2: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata2: protocol 7 (dev_stat 0x50)
ata_scsi_dump_cdb: CDB (2:0,0,0) 25 00 00 00 00 00 00 00 00
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata2: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata2: protocol 7 (dev_stat 0x50)
ata_scsi_dump_cdb: CDB (2:0,0,0) 00 00 00 00 00 00 00 00 00
ata_exec_command_pio: ata2: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata2: protocol 6 (dev_stat 0x50)
ata_scsi_dump_cdb: CDB (2:0,0,0) 00 00 00 00 00 00 00 00 00
ata_exec_command_pio: ata2: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata2: protocol 6 (dev_stat 0x50)
ata_scsi_dump_cdb: CDB (2:0,0,0) 28 00 00 00 00 08 00 00 38
ata_sg_setup: 3 sg elements mapped
ata_exec_command_pio: ata2: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata2: protocol 7 (dev_stat 0x50)
ata_scsi_dump_cdb: CDB (2:0,0,0) 28 00 00 00 00 64 00 00 c8
ata_sg_setup: 25 sg elements mapped
ata_exec_command_pio: ata2: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata2: protocol 7 (dev_stat 0x50)

[-- Attachment #3: dmesg_2.6.15.6-ezb_nvidia --]
[-- Type: text/plain, Size: 7620 bytes --]

00 00 01 00 00 00 1c
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 6 (dev_stat 0x51)
atapi_request_sense: ATAPI request sense
ata_exec_command_pio: ata1: cmd 0xA0
atapi_request_sense: EXIT
atapi_packet_task: busy wait
atapi_packet_task: send cdb
__atapi_pio_bytes: data read
Device not ready. Make sure there is a disc in the drive.
ata_scsi_dump_cdb: CDB (1:0,0,0) 00 00 00 00 00 00 00 00 1c
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 6 (dev_stat 0x50)
ata_scsi_dump_cdb: CDB (1:0,0,0) 25 00 00 00 00 00 00 00 00
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 7 (dev_stat 0x51)
atapi_request_sense: ATAPI request sense
ata_exec_command_pio: ata1: cmd 0xA0
atapi_request_sense: EXIT
atapi_packet_task: busy wait
atapi_packet_task: send cdb
__atapi_pio_bytes: data read
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 3f 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 7 (dev_stat 0x50)
sda: Write Protect is off
sda: Mode Sense: 00 38 00 00
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 08 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 7 (dev_stat 0x50)
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 08 00 00 00 00 00 1c
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 7 (dev_stat 0x50)
SCSI device sda: drive cache: write through
ata_scsi_dump_cdb: CDB (1:0,0,0) 1b 00 00 00 01 00 00 00 00
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 6 (dev_stat 0x50)
ata_scsi_dump_cdb: CDB (1:0,0,0) 1b 00 00 00 01 00 00 00 00
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 6 (dev_stat 0x50)
ata_scsi_dump_cdb: CDB (1:0,0,0) 1e 00 00 00 00 00 00 00 00
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 6 (dev_stat 0x50)
ata_scsi_dump_cdb: CDB (1:0,0,0) 00 00 00 00 00 00 00 00 00
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 6 (dev_stat 0x50)
ata_scsi_dump_cdb: CDB (1:0,0,0) 00 00 00 00 00 00 00 00 00
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 6 (dev_stat 0x50)
ata_scsi_dump_cdb: CDB (1:0,0,0) 25 00 00 00 00 00 00 00 00
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 7 (dev_stat 0x50)
SCSI device sda: 390721968 512-byte hdwr sectors (200050 MB)
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 3f 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 7 (dev_stat 0x50)
sda: Write Protect is off
sda: Mode Sense: 00 38 00 00
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 08 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 7 (dev_stat 0x50)
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 08 00 00 00 00 00 1c
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 7 (dev_stat 0x50)
SCSI device sda: drive cache: write through
ata_scsi_dump_cdb: CDB (1:0,0,0) 1e 00 00 00 01 00 00 00 1c
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 6 (dev_stat 0x50)
ata_scsi_dump_cdb: CDB (1:0,0,0) 00 00 00 00 00 00 00 00 1c
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 6 (dev_stat 0x50)
ata_scsi_dump_cdb: CDB (1:0,0,0) 25 00 00 00 00 00 00 00 00
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 7 (dev_stat 0x50)
SCSI device sda: 390721968 512-byte hdwr sectors (200050 MB)
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 3f 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 7 (dev_stat 0x50)
sda: Write Protect is off
sda: Mode Sense: 00 38 00 00
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 08 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 7 (dev_stat 0x50)
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 08 00 00 00 00 00 1c
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 7 (dev_stat 0x50)
SCSI device sda: drive cache: write through
 sda:<3>ata_scsi_dump_cdb: CDB (1:0,0,0) 28 00 00 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 7 (dev_stat 0x50)
 sda1
ata_scsi_dump_cdb: CDB (1:0,0,0) 12 00 00 00 ff 00 00 00 00
ata_sg_setup: padding done, sg[0].length=252 pad_len=3
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 7 (dev_stat 0x50)
ata_scsi_dump_cdb: CDB (1:0,0,0) 25 00 00 00 00 00 00 00 00
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 7 (dev_stat 0x50)
ata_scsi_dump_cdb: CDB (1:0,0,0) 00 00 00 00 00 00 00 00 00
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 6 (dev_stat 0x50)
ata_scsi_dump_cdb: CDB (1:0,0,0) 00 00 00 00 00 00 00 00 00
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 6 (dev_stat 0x50)
ata_scsi_dump_cdb: CDB (2:0,0,0) 28 00 00 00 00 00 00 00 40
ata_sg_setup: 3 sg elements mapped
ata_exec_command_pio: ata2: cmd 0x25
ata_scsi_dump_cdb: CDB (1:0,0,0) 28 00 00 00 00 08 00 00 38
ata_sg_setup: 2 sg elements mapped
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 7 (dev_stat 0x50)
ata_host_intr: ata2: protocol 4 (dev_stat 0x50)
ata_scsi_dump_cdb: CDB (2:0,0,0) 12 00 00 00 ff 00 00 00 00
ata_scsi_dump_cdb: CDB (2:0,0,0) 25 00 00 00 00 00 00 00 00
ata_scsi_dump_cdb: CDB (2:0,0,0) 28 00 00 00 00 64 00 00 ff
ata_sg_setup: 30 sg elements mapped
ata_exec_command_pio: ata2: cmd 0x25
ata_host_intr: ata2: protocol 4 (dev_stat 0x50)
ata_scsi_dump_cdb: CDB (1:0,0,0) 28 00 00 00 00 64 00 00 c8
ata_sg_setup: 23 sg elements mapped
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 7 (dev_stat 0x50)

[-- Attachment #4: dmesg_2.6.15.6-ezb_via --]
[-- Type: text/plain, Size: 30486 bytes --]

0 00 00 00 00 00 00
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 7 (dev_stat 0x51)
atapi_request_sense: ATAPI request sense
ata_exec_command_pio: ata1: cmd 0xA0
atapi_request_sense: EXIT
atapi_packet_task: busy wait
atapi_packet_task: send cdb
__atapi_pio_bytes: data read
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 3f 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 7 (dev_stat 0x50)
sda: Write Protect is off
sda: Mode Sense: 00 38 00 00
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 08 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 7 (dev_stat 0x50)
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 08 00 00 00 00 00 1c
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 7 (dev_stat 0x50)
SCSI device sda: drive cache: write through
sd 0:0:0:0: Attached scsi removable disk sda
sd 0:0:0:0: Attached scsi generic sg0 type 0
Linux agpgart interface v0.101 (c) Dave Jones
agpgart: Detected AGP bridge 0
agpgart: AGP aperture is 128M @ 0xe8000000
ata_scsi_dump_cdb: CDB (1:0,0,0) 00 00 00 00 00 00 00 00 00
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 6 (dev_stat 0x50)
ata_scsi_dump_cdb: CDB (1:0,0,0) 00 00 00 00 00 00 00 00 00
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 6 (dev_stat 0x50)
ata_scsi_dump_cdb: CDB (1:0,0,0) 25 00 00 00 00 00 00 00 00
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 7 (dev_stat 0x51)
atapi_request_sense: ATAPI request sense
ata_exec_command_pio: ata1: cmd 0xA0
atapi_request_sense: EXIT
atapi_packet_task: busy wait
atapi_packet_task: send cdb
__atapi_pio_bytes: data read
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 3f 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 7 (dev_stat 0x50)
sda: Write Protect is off
sda: Mode Sense: 00 38 00 00
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 08 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 7 (dev_stat 0x50)
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 08 00 00 00 00 00 1c
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 7 (dev_stat 0x50)
SCSI device sda: drive cache: write through
ata_scsi_dump_cdb: CDB (1:0,0,0) 1e 00 00 00 01 00 00 00 1c
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 6 (dev_stat 0x51)
atapi_request_sense: ATAPI request sense
ata_exec_command_pio: ata1: cmd 0xA0
atapi_request_sense: EXIT
atapi_packet_task: busy wait
atapi_packet_task: send cdb
__atapi_pio_bytes: data read
Device not ready. Make sure there is a disc in the drive.
ata_scsi_dump_cdb: CDB (1:0,0,0) 00 00 00 00 00 00 00 00 1c
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 6 (dev_stat 0x50)
ata_scsi_dump_cdb: CDB (1:0,0,0) 25 00 00 00 00 00 00 00 00
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 7 (dev_stat 0x51)
atapi_request_sense: ATAPI request sense
ata_exec_command_pio: ata1: cmd 0xA0
atapi_request_sense: EXIT
atapi_packet_task: busy wait
atapi_packet_task: send cdb
__atapi_pio_bytes: data read
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 3f 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 7 (dev_stat 0x50)
sda: Write Protect is off
sda: Mode Sense: 00 38 00 00
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 08 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_host_intr: ata1: protocol 7 (dev_stat 0x50)
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 08 00 00 00 00 00 1c
ata_sg_setup: 1 sg elements mapped
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
atapi_packet_task: send cdb
ata_scsi_error: ENTER
ata_eng_timeout: ENTER
ata_qc_timeout: ENTER
ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x1
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_qc_timeout: EXIT
ata_eng_timeout: EXIT
ata_scsi_error: EXIT
sda: asking for cache data failed
sda: assuming drive cache: write through
program hwscan is using a deprecated SCSI ioctl, please convert it to SG_IO
ata_scsi_dump_cdb: CDB (1:0,0,0) 12 01 80 00 ff 00 00 00 1c
ata_sg_setup_one: mapped buffer of 512 bytes for read
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
ata1 failed to respond (30 secs)
ATA: abnormal status 0xD0 on port 0xE007
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_scsi_dump_cdb: CDB (1:0,0,0) 1e 00 00 00 00 00 00 00 1c
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
ata_scsi_error: ENTER
ata_eng_timeout: ENTER
ata_qc_timeout: ENTER
ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x0
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_qc_timeout: EXIT
ata_eng_timeout: EXIT
ata_scsi_error: EXIT
sd 0:0:0:0: ioctl_internal_command return code = 8000002
   : Current [descriptor]: sense key: Aborted Command
    Additional sense: Scsi parity error
ata_scsi_dump_cdb: CDB (1:0,0,0) 00 00 00 00 00 00 00 00 1c
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
ip_tables: (C) 2000-2002 Netfilter core team
NET: Registered protocol family 17
e100: Intel(R) PRO/100 Network Driver, 3.4.14-k4-NAPI
e100: Copyright(c) 1999-2005 Intel Corporation
eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
eth0: Promiscuous mode enabled.
device eth0 entered promiscuous mode
eth0: Promiscuous mode enabled.
eth0: Promiscuous mode enabled.
eth0: Promiscuous mode enabled.
eth0: Promiscuous mode enabled.
eth0: Promiscuous mode enabled.
eth0: Promiscuous mode enabled.
eth0: Promiscuous mode enabled.
ata1 failed to respond (30 secs)
ATA: abnormal status 0xD0 on port 0xE007
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_scsi_dump_cdb: CDB (1:0,0,0) 00 00 00 00 00 00 00 00 1c
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
p_cdb: CDB (1:0,0,0) 1e 00 00 00 00 00 00 00 1c
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
ata_scsi_error: ENTER
ata_eng_timeout: ENTER
ata_qc_timeout: ENTER
ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x0
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_qc_timeout: EXIT
ata_eng_timeout: EXIT
ata_scsi_error: EXIT
sd 0:0:0:0: ioctl_internal_command return code = 8000002
   : Current [descriptor]: sense key: Aborted Command
    Additional sense: Scsi parity error
ata_scsi_dump_cdb: CDB (1:0,0,0) 00 00 00 00 00 00 00 00 1c
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
ip_tables: (C) 2000-2002 Netfilter core team
NET: Registered protocol family 17
e100: Intel(R) PRO/100 Network Driver, 3.4.14-k4-NAPI
e100: Copyright(c) 1999-2005 Intel Corporation
eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
eth0: Promiscuous mode enabled.
device eth0 entered promiscuous mode
eth0: Promiscuous mode enabled.
eth0: Promiscuous mode enabled.
eth0: Promiscuous mode enabled.
eth0: Promiscuous mode enabled.
eth0: Promiscuous mode enabled.
eth0: Promiscuous mode enabled.
eth0: Promiscuous mode enabled.
ata1 failed to respond (30 secs)
ATA: abnormal status 0xD0 on port 0xE007
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_scsi_dump_cdb: CDB (1:0,0,0) 00 00 00 00 00 00 00 00 1c
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
ata_scsi_error: ENTER
ata_eng_timeout: ENTER
ata_qc_timeout: ENTER
ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x0
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_qc_timeout: EXIT
ata_eng_timeout: EXIT
ata_scsi_error: EXIT
ata_scsi_dump_cdb: CDB (1:0,0,0) 00 00 00 00 00 00 00 00 1c
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
ata1 failed to respond (30 secs)
ATA: abnormal status 0xD0 on port 0xE007
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_scsi_dump_cdb: CDB (1:0,0,0) 00 00 00 00 00 00 00 00 1c
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
ata_scsi_error: ENTER
ata_eng_timeout: ENTER
ata_qc_timeout: ENTER
ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x0
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_qc_timeout: EXIT
ata_eng_timeout: EXIT
ata_scsi_error: EXIT
ata_scsi_dump_cdb: CDB (1:0,0,0) 00 00 00 00 00 00 00 00 1c
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
ata1 failed to respond (30 secs)
ATA: abnormal status 0xD0 on port 0xE007
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_scsi_dump_cdb: CDB (1:0,0,0) 00 00 00 00 00 00 00 00 1c
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
ata_scsi_error: ENTER
ata_eng_timeout: ENTER
ata_qc_timeout: ENTER
ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x0
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_qc_timeout: EXIT
ata_eng_timeout: EXIT
ata_scsi_error: EXIT
ata_scsi_dump_cdb: CDB (1:0,0,0) 00 00 00 00 00 00 00 00 1c
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
ata1 failed to respond (30 secs)
ATA: abnormal status 0xD0 on port 0xE007
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_scsi_dump_cdb: CDB (1:0,0,0) 00 00 00 00 00 00 00 00 1c
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
ata_scsi_error: ENTER
ata_eng_timeout: ENTER
ata_qc_timeout: ENTER
ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x0
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_qc_timeout: EXIT
ata_eng_timeout: EXIT
ata_scsi_error: EXIT
sda: Unit Not Ready, sense:
: Current [descriptor]: sense key: Aborted Command
    Additional sense: Scsi parity error
ata_scsi_dump_cdb: CDB (1:0,0,0) 25 00 00 00 00 00 00 00 00
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
ata1 failed to respond (30 secs)
ATA: abnormal status 0xD0 on port 0xE007
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_scsi_dump_cdb: CDB (1:0,0,0) 25 00 00 00 00 00 00 00 00
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
ata_scsi_error: ENTER
ata_eng_timeout: ENTER
ata_qc_timeout: ENTER
ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x0
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_qc_timeout: EXIT
ata_eng_timeout: EXIT
ata_scsi_error: EXIT
ata_scsi_dump_cdb: CDB (1:0,0,0) 25 00 00 00 00 00 00 00 00
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
ata1 failed to respond (30 secs)
ATA: abnormal status 0xD0 on port 0xE007
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_scsi_dump_cdb: CDB (1:0,0,0) 25 00 00 00 00 00 00 00 00
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
ata_scsi_error: ENTER
ata_eng_timeout: ENTER
ata_qc_timeout: ENTER
ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x0
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_qc_timeout: EXIT
ata_eng_timeout: EXIT
ata_scsi_error: EXIT
ata_scsi_dump_cdb: CDB (1:0,0,0) 25 00 00 00 00 00 00 00 00
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
ata1 failed to respond (30 secs)
ATA: abnormal status 0xD0 on port 0xE007
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_scsi_dump_cdb: CDB (1:0,0,0) 25 00 00 00 00 00 00 00 00
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
si_dump_cdb: CDB (1:0,0,0) 00 00 00 00 00 00 00 00 1c
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
ata1 failed to respond (30 secs)
ATA: abnormal status 0xD0 on port 0xE007
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_scsi_dump_cdb: CDB (1:0,0,0) 00 00 00 00 00 00 00 00 1c
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
ata_scsi_error: ENTER
ata_eng_timeout: ENTER
ata_qc_timeout: ENTER
ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x0
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_qc_timeout: EXIT
ata_eng_timeout: EXIT
ata_scsi_error: EXIT
ata_scsi_dump_cdb: CDB (1:0,0,0) 00 00 00 00 00 00 00 00 1c
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
ata1 failed to respond (30 secs)
ATA: abnormal status 0xD0 on port 0xE007
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_scsi_dump_cdb: CDB (1:0,0,0) 00 00 00 00 00 00 00 00 1c
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
ata_scsi_error: ENTER
ata_eng_timeout: ENTER
ata_qc_timeout: ENTER
ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x0
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_qc_timeout: EXIT
ata_eng_timeout: EXIT
ata_scsi_error: EXIT
ata_scsi_dump_cdb: CDB (1:0,0,0) 00 00 00 00 00 00 00 00 1c
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
ata1 failed to respond (30 secs)
ATA: abnormal status 0xD0 on port 0xE007
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_scsi_dump_cdb: CDB (1:0,0,0) 00 00 00 00 00 00 00 00 1c
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
ata_scsi_error: ENTER
ata_eng_timeout: ENTER
ata_qc_timeout: ENTER
ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x0
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_qc_timeout: EXIT
ata_eng_timeout: EXIT
ata_scsi_error: EXIT
sda: Unit Not Ready, sense:
: Current [descriptor]: sense key: Aborted Command
    Additional sense: Scsi parity error
ata_scsi_dump_cdb: CDB (1:0,0,0) 25 00 00 00 00 00 00 00 00
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
ata1 failed to respond (30 secs)
ATA: abnormal status 0xD0 on port 0xE007
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_scsi_dump_cdb: CDB (1:0,0,0) 25 00 00 00 00 00 00 00 00
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
ata_scsi_error: ENTER
ata_eng_timeout: ENTER
ata_qc_timeout: ENTER
ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x0
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_qc_timeout: EXIT
ata_eng_timeout: EXIT
ata_scsi_error: EXIT
ata_scsi_dump_cdb: CDB (1:0,0,0) 25 00 00 00 00 00 00 00 00
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
ata1 failed to respond (30 secs)
ATA: abnormal status 0xD0 on port 0xE007
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_scsi_dump_cdb: CDB (1:0,0,0) 25 00 00 00 00 00 00 00 00
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
ata_scsi_error: ENTER
ata_eng_timeout: ENTER
ata_qc_timeout: ENTER
ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x0
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_qc_timeout: EXIT
ata_eng_timeout: EXIT
ata_scsi_error: EXIT
ata_scsi_dump_cdb: CDB (1:0,0,0) 25 00 00 00 00 00 00 00 00
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
ata1 failed to respond (30 secs)
ATA: abnormal status 0xD0 on port 0xE007
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_scsi_dump_cdb: CDB (1:0,0,0) 25 00 00 00 00 00 00 00 00
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
ata_scsi_error: ENTER
ata_eng_timeout: ENTER
ata_qc_timeout: ENTER
ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x0
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_qc_timeout: EXIT
ata_eng_timeout: EXIT
ata_scsi_error: EXIT
sda : READ CAPACITY failed.
sda : status=1, message=00, host=0, driver=08 
sd: Current [descriptor]: sense key: Aborted Command
    Additional sense: Scsi parity error
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 3f 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
ata1 failed to respond (30 secs)
ATA: abnormal status 0xD0 on port 0xE007
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 3f 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
ata_scsi_error: ENTER
ata_eng_timeout: ENTER
ata_qc_timeout: ENTER
ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x0
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_qc_timeout: EXIT
ata_eng_timeout: EXIT
ata_scsi_error: EXIT
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 00 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
ata1 failed to respond (30 secs)
ATA: abnormal status 0xD0 on port 0xE007
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 00 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
b/47/00
ata_scsi_dump_cdb: CDB (1:0,0,0) 25 00 00 00 00 00 00 00 00
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
ata_scsi_error: ENTER
ata_eng_timeout: ENTER
ata_qc_timeout: ENTER
ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x0
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_qc_timeout: EXIT
ata_eng_timeout: EXIT
ata_scsi_error: EXIT
sda : READ CAPACITY failed.
sda : status=1, message=00, host=0, driver=08 
sd: Current [descriptor]: sense key: Aborted Command
    Additional sense: Scsi parity error
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 3f 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
ata1 failed to respond (30 secs)
ATA: abnormal status 0xD0 on port 0xE007
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 3f 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
ata_scsi_error: ENTER
ata_eng_timeout: ENTER
ata_qc_timeout: ENTER
ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x0
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_qc_timeout: EXIT
ata_eng_timeout: EXIT
ata_scsi_error: EXIT
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 00 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
ata1 failed to respond (30 secs)
ATA: abnormal status 0xD0 on port 0xE007
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 00 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
VFS: Can't find ext3 filesystem on dev fd0.
VFS: Can't find an ext2 filesystem on dev fd0.
VFS: Can't find a Minix or Minix V2 filesystem on device fd0.
Unable to load NLS charset cp437
FAT: codepage cp437 not found
Unable to load NLS charset cp437
FAT: codepage cp437 not found
Unable to identify CD-ROM format.
Unable to load NLS charset iso8859-1
NTFS-fs warning (device fd0): is_boot_sector_ntfs(): Invalid boot sector checksum.
NTFS-fs error (device fd0): read_ntfs_boot_sector(): Primary boot sector is invalid.
NTFS-fs error (device fd0): read_ntfs_boot_sector(): Mount option errors=recover not used. Aborting without trying to recover.
NTFS-fs error (device fd0): ntfs_fill_super(): Not an NTFS volume.
ata_scsi_error: ENTER
ata_eng_timeout: ENTER
ata_qc_timeout: ENTER
ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x0
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_qc_timeout: EXIT
ata_eng_timeout: EXIT
ata_scsi_error: EXIT
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 3f 00 00 00 00 00 ff
ata_sg_setup: padding done, sg[0].length=252 pad_len=3
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
ata1 failed to respond (30 secs)
ATA: abnormal status 0xD0 on port 0xE007
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 3f 00 00 00 00 00 ff
ata_sg_setup: padding done, sg[0].length=252 pad_len=3
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
VFS: Can't find ext3 filesystem on dev fd0.
VFS: Can't find an ext2 filesystem on dev fd0.
VFS: Can't find a Minix or Minix V2 filesystem on device fd0.
Unable to load NLS charset cp437
FAT: codepage cp437 not found
Unable to load NLS charset cp437
FAT: codepage cp437 not found
Unable to identify CD-ROM format.
Unable to load NLS charset iso8859-1
NTFS-fs warning (device fd0): is_boot_sector_ntfs(): Invalid boot sector checksum.
NTFS-fs error (device fd0): read_ntfs_boot_sector(): Primary boot sector is invalid.
NTFS-fs error (device fd0): read_ntfs_boot_sector(): Mount option errors=recover not used. Aborting without trying to recover.
NTFS-fs error (device fd0): ntfs_fill_super(): Not an NTFS volume.
ata_scsi_error: ENTER
ata_eng_timeout: ENTER
ata_qc_timeout: ENTER
ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x0
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_qc_timeout: EXIT
ata_eng_timeout: EXIT
ata_scsi_error: EXIT
sda: test WP failed, assume Write Enabled
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 08 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
ata1 failed to respond (30 secs)
ATA: abnormal status 0xD0 on port 0xE007
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 08 00 00 00 00 00 08
ata_sg_setup: 1 sg elements mapped
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
Unable to load NLS charset cp437
FAT: codepage cp437 not found
ata_scsi_error: ENTER
ata_eng_timeout: ENTER
ata_qc_timeout: ENTER
ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x0
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_qc_timeout: EXIT
ata_eng_timeout: EXIT
ata_scsi_error: EXIT
sda: asking for cache data failed
sda: assuming drive cache: write through
ata_scsi_dump_cdb: CDB (1:0,0,0) 1e 00 00 00 01 00 00 00 08
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
ata1 failed to respond (30 secs)
ATA: abnormal status 0xD0 on port 0xE007
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_scsi_dump_cdb: CDB (1:0,0,0) 1e 00 00 00 01 00 00 00 08
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0
atapi_packet_task: busy wait
ata1 is slow to respond, please be patient
ata_scsi_error: ENTER
ata_eng_timeout: ENTER
ata_qc_timeout: ENTER
ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x0
ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata_qc_timeout: EXIT
ata_eng_timeout: EXIT
ata_scsi_error: EXIT
sd 0:0:0:0: ioctl_internal_command return code = 8000002
   : Current [descriptor]: sense key: Aborted Command
    Additional sense: Scsi parity error
ata_scsi_dump_cdb: CDB (1:0,0,0) 00 00 00 00 00 00 00 00 08
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ATA: abnormal status 0xD0 on port 0xE007
ata_exec_command_pio: ata1: cmd 0xA0

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Infinite loop on MODE-SENSE with a removable ATAPI sata device on VIA chipset
  2006-06-12 21:12   ` Dario Oliva
@ 2006-06-14  2:22     ` Albert Lee
  2006-06-14 21:30       ` Dario Oliva
  0 siblings, 1 reply; 14+ messages in thread
From: Albert Lee @ 2006-06-14  2:22 UTC (permalink / raw)
  To: Dario Oliva; +Cc: linux-ide

Dario Oliva wrote:
> Albert Lee wrote:
> 
>> Dario Oliva wrote:
>>
>>> Attached are some kernel messeges. I ran dmesg several times and
>>> appended the output to the attached file, so there may be some
>>> redudancy. However some of the commands or debug lines do appear to
>>> repeat themselves. As you requested, I changed "#undef ATA_DEBUG" to
>>> "#define ATA_DEBUG".
>>>
>>> As far as the device is concerned, is an unreleased product of the
>>> company I work for. That's why I did not give a name, because we don't
>>> have an official name yet. But like I said, it is SATA, removalbe ATAPI.
>>> If you want/need more information let me know.
>>>
>>
>> Is the ATAPI device native SATA or PATA with some bridge chip used?
>>
>>> From the log, some MODE SENSE did work at first: (So, seems not
>>> DMADIR problem.)
>>
>>
>> ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 3f 00 00 00 00 00 08
>> ata_sg_setup: 1 sg elements mapped
>> ata_exec_command_pio: ata1: cmd 0xA0
>> atapi_packet_task: busy wait
>> atapi_packet_task: send cdb
>> ata_host_intr: ata1: protocol 7 (dev_stat 0x50)  <= irq received.
>> ATAPI DMA ok
>> sda: Write Protect is off
>>
>> ===============================================================
>>
>> Later, irq lost for the following MODE SENSE command:
>>
>> ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 08 00 00 00 00 00 1c
>> ata_sg_setup: 1 sg elements mapped
>> ata_exec_command_pio: ata1: cmd 0xA0
>> atapi_packet_task: busy wait
>> atapi_packet_task: send cdb
>> ata_scsi_error: ENTER              <= timeout. ata_eng_timeout: ENTER
>> ata_qc_timeout: ENTER
>> ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x1   <= device is
>> still busy. The old EH doesn't reset the device.
>> ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
>> ata_qc_timeout: EXIT
>> ata_eng_timeout: EXIT
>> ata_scsi_error: EXIT
>> ====================================================================
>>
>> After the timeout, the device is in BUSY state and can't handle any
>> new commands.
>> That's why the "infinite loop" seen. (Tejun's new EH can reset the
>> device and bring
>> it back to work.)
>>
>> Don't know what caused the timeout. From the device status 0xd0, it seems
>> the device is waiting for something (maybe data transfer?). It is not
>> irq lost
>> because the irq is not yet generated when the device status is still
>> BUSY.
>>
>> Is it possible to attach a protocol analyzer to the SATA cable
>> and check whether the ATAPI DMA data is actually transferred?
>> Could you also post the dmesg log with ATA_DEBUG for the working
>> Intel/nVidia
>> adapter? Maybe we can find some clue by comparing the problematic MODE
>> SENSE transation of both logs.
>>
>> I've done minimal testing with my VIA VT6421 + ATAPI but unable to
>> reproduce
>> the problem.
>>
>> Thanks,
>>
>> Albert
>>
>>
> 
> Sorry it took so long to get you the information. In case you need me to
> refresh the information here is the body of the original email I had
> sent out.
> 
> "We have a removable, ATAPI, SATA device and we are having the following
> problem with Linux (kernel version 2.6.15.6). The device recieves a MODE
> SENSE command. After receiving this command, it is supposed to receive a
> 12-byte packet command, which it recieves. Afterwards there is supposed
> to be an IRQ, and then the data is read from the device. However, in one
> computer we have with a VIA chipset, the device keeps getting zeroes
> without stopping. In other words, it gets the 12-bytes and the continues
> to recive bytes all of which are zero. The device never gets the IRQ,
> therefore it does not respond."
> 
> 

Hi Dario,

Could you please try the new 2.6.17-rc6 kernel? The "flush" after sending
the ATAPI CDB, etc. has been added to 2.6.17-rcX and it might help to
your sata_via problem.

Thanks,

Albetr



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Infinite loop on MODE-SENSE with a removable ATAPI sata device on VIA chipset
  2006-06-14  2:22     ` Albert Lee
@ 2006-06-14 21:30       ` Dario Oliva
  2006-06-20 12:18         ` Albert Lee
  0 siblings, 1 reply; 14+ messages in thread
From: Dario Oliva @ 2006-06-14 21:30 UTC (permalink / raw)
  To: albertl; +Cc: linux-ide

Albert Lee wrote:
> Dario Oliva wrote:
>   
>> Albert Lee wrote:
>>
>>     
>>> Dario Oliva wrote:
>>>
>>>       
>>>> Attached are some kernel messeges. I ran dmesg several times and
>>>> appended the output to the attached file, so there may be some
>>>> redudancy. However some of the commands or debug lines do appear to
>>>> repeat themselves. As you requested, I changed "#undef ATA_DEBUG" to
>>>> "#define ATA_DEBUG".
>>>>
>>>> As far as the device is concerned, is an unreleased product of the
>>>> company I work for. That's why I did not give a name, because we don't
>>>> have an official name yet. But like I said, it is SATA, removalbe ATAPI.
>>>> If you want/need more information let me know.
>>>>
>>>>         
>>> Is the ATAPI device native SATA or PATA with some bridge chip used?
>>>
>>>       
>>>> From the log, some MODE SENSE did work at first: (So, seems not
>>>> DMADIR problem.)
>>>>         
>>> ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 3f 00 00 00 00 00 08
>>> ata_sg_setup: 1 sg elements mapped
>>> ata_exec_command_pio: ata1: cmd 0xA0
>>> atapi_packet_task: busy wait
>>> atapi_packet_task: send cdb
>>> ata_host_intr: ata1: protocol 7 (dev_stat 0x50)  <= irq received.
>>> ATAPI DMA ok
>>> sda: Write Protect is off
>>>
>>> ===============================================================
>>>
>>> Later, irq lost for the following MODE SENSE command:
>>>
>>> ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 08 00 00 00 00 00 1c
>>> ata_sg_setup: 1 sg elements mapped
>>> ata_exec_command_pio: ata1: cmd 0xA0
>>> atapi_packet_task: busy wait
>>> atapi_packet_task: send cdb
>>> ata_scsi_error: ENTER              <= timeout. ata_eng_timeout: ENTER
>>> ata_qc_timeout: ENTER
>>> ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x1   <= device is
>>> still busy. The old EH doesn't reset the device.
>>> ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
>>> ata_qc_timeout: EXIT
>>> ata_eng_timeout: EXIT
>>> ata_scsi_error: EXIT
>>> ====================================================================
>>>
>>> After the timeout, the device is in BUSY state and can't handle any
>>> new commands.
>>> That's why the "infinite loop" seen. (Tejun's new EH can reset the
>>> device and bring
>>> it back to work.)
>>>
>>> Don't know what caused the timeout. From the device status 0xd0, it seems
>>> the device is waiting for something (maybe data transfer?). It is not
>>> irq lost
>>> because the irq is not yet generated when the device status is still
>>> BUSY.
>>>
>>> Is it possible to attach a protocol analyzer to the SATA cable
>>> and check whether the ATAPI DMA data is actually transferred?
>>> Could you also post the dmesg log with ATA_DEBUG for the working
>>> Intel/nVidia
>>> adapter? Maybe we can find some clue by comparing the problematic MODE
>>> SENSE transation of both logs.
>>>
>>> I've done minimal testing with my VIA VT6421 + ATAPI but unable to
>>> reproduce
>>> the problem.
>>>
>>> Thanks,
>>>
>>> Albert
>>>
>>>
>>>       
>> Sorry it took so long to get you the information. In case you need me to
>> refresh the information here is the body of the original email I had
>> sent out.
>>
>> "We have a removable, ATAPI, SATA device and we are having the following
>> problem with Linux (kernel version 2.6.15.6). The device recieves a MODE
>> SENSE command. After receiving this command, it is supposed to receive a
>> 12-byte packet command, which it recieves. Afterwards there is supposed
>> to be an IRQ, and then the data is read from the device. However, in one
>> computer we have with a VIA chipset, the device keeps getting zeroes
>> without stopping. In other words, it gets the 12-bytes and the continues
>> to recive bytes all of which are zero. The device never gets the IRQ,
>> therefore it does not respond."
>>
>>
>>     
>
> Hi Dario,
>
> Could you please try the new 2.6.17-rc6 kernel? The "flush" after sending
> the ATAPI CDB, etc. has been added to 2.6.17-rcX and it might help to
> your sata_via problem.
>
> Thanks,
>
> Albetr
>
>
>
>   

The 2.6.17-rc6 kernel no longer hangs/loops infinitely on MODE-SENSE. 
But I have another problem. This time is on writes. A hardware engineer 
used a protocol analyzer and this is how he describes it

When we write to the ATAPI advice an ODD number of blocks, for example 
33 blocks, the data transfer goes as follows:

 
                        1. Transfer of 8192 bytes (16 blocks)

                        2. Transfer of 8192 bytes (16 blocks)

                        3. Last transfer of 536 bytes.  (1 block and 24 
bytes)

 

The last transfer should be 512 (1 block) and not 536. (There are 24 
extra bytes).

The device (Quantum GoVault) hung up since they are not expecting the 
extra data.

Testing the same kernel with a computer without the VIA chipset that 
problem do not exist.



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Infinite loop on MODE-SENSE with a removable ATAPI sata device on VIA chipset
  2006-06-14 21:30       ` Dario Oliva
@ 2006-06-20 12:18         ` Albert Lee
  0 siblings, 0 replies; 14+ messages in thread
From: Albert Lee @ 2006-06-20 12:18 UTC (permalink / raw)
  To: Dario Oliva; +Cc: linux-ide, Jeff Garzik, Gary Hade, Doug Maxey, Unicorn Chang

Dario Oliva wrote:
> Albert Lee wrote:
> 
>> Dario Oliva wrote:
>>  
>>
>>> Albert Lee wrote:
>>>
>>>    
>>>
>>>> Dario Oliva wrote:
>>>>
>>>>      
>>>>
>>>>> Attached are some kernel messeges. I ran dmesg several times and
>>>>> appended the output to the attached file, so there may be some
>>>>> redudancy. However some of the commands or debug lines do appear to
>>>>> repeat themselves. As you requested, I changed "#undef ATA_DEBUG" to
>>>>> "#define ATA_DEBUG".
>>>>>
>>>>> As far as the device is concerned, is an unreleased product of the
>>>>> company I work for. That's why I did not give a name, because we don't
>>>>> have an official name yet. But like I said, it is SATA, removalbe
>>>>> ATAPI.
>>>>> If you want/need more information let me know.
>>>>>
>>>>>         
>>>>
>>>> Is the ATAPI device native SATA or PATA with some bridge chip used?
>>>>
>>>>      
>>>>
>>>>> From the log, some MODE SENSE did work at first: (So, seems not
>>>>> DMADIR problem.)
>>>>>         
>>>>
>>>> ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 3f 00 00 00 00 00 08
>>>> ata_sg_setup: 1 sg elements mapped
>>>> ata_exec_command_pio: ata1: cmd 0xA0
>>>> atapi_packet_task: busy wait
>>>> atapi_packet_task: send cdb
>>>> ata_host_intr: ata1: protocol 7 (dev_stat 0x50)  <= irq received.
>>>> ATAPI DMA ok
>>>> sda: Write Protect is off
>>>>
>>>> ===============================================================
>>>>
>>>> Later, irq lost for the following MODE SENSE command:
>>>>
>>>> ata_scsi_dump_cdb: CDB (1:0,0,0) 5a 00 08 00 00 00 00 00 1c
>>>> ata_sg_setup: 1 sg elements mapped
>>>> ata_exec_command_pio: ata1: cmd 0xA0
>>>> atapi_packet_task: busy wait
>>>> atapi_packet_task: send cdb
>>>> ata_scsi_error: ENTER              <= timeout. ata_eng_timeout: ENTER
>>>> ata_qc_timeout: ENTER
>>>> ata1: command 0xa0 timeout, stat 0xd0 host_stat 0x1   <= device is
>>>> still busy. The old EH doesn't reset the device.
>>>> ata1: translated ATA stat/err 0xd0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
>>>> ata_qc_timeout: EXIT
>>>> ata_eng_timeout: EXIT
>>>> ata_scsi_error: EXIT
>>>> ====================================================================
>>>>
>>>> After the timeout, the device is in BUSY state and can't handle any
>>>> new commands.
>>>> That's why the "infinite loop" seen. (Tejun's new EH can reset the
>>>> device and bring
>>>> it back to work.)
>>>>
>>>> Don't know what caused the timeout. From the device status 0xd0, it
>>>> seems
>>>> the device is waiting for something (maybe data transfer?). It is not
>>>> irq lost
>>>> because the irq is not yet generated when the device status is still
>>>> BUSY.
>>>>
>>>> Is it possible to attach a protocol analyzer to the SATA cable
>>>> and check whether the ATAPI DMA data is actually transferred?
>>>> Could you also post the dmesg log with ATA_DEBUG for the working
>>>> Intel/nVidia
>>>> adapter? Maybe we can find some clue by comparing the problematic MODE
>>>> SENSE transation of both logs.
>>>>
>>>> I've done minimal testing with my VIA VT6421 + ATAPI but unable to
>>>> reproduce
>>>> the problem.
>>>>
>>>> Thanks,
>>>>
>>>> Albert
>>>>
>>>>
>>>>       
>>>
>>> Sorry it took so long to get you the information. In case you need me to
>>> refresh the information here is the body of the original email I had
>>> sent out.
>>>
>>> "We have a removable, ATAPI, SATA device and we are having the following
>>> problem with Linux (kernel version 2.6.15.6). The device recieves a MODE
>>> SENSE command. After receiving this command, it is supposed to receive a
>>> 12-byte packet command, which it recieves. Afterwards there is supposed
>>> to be an IRQ, and then the data is read from the device. However, in one
>>> computer we have with a VIA chipset, the device keeps getting zeroes
>>> without stopping. In other words, it gets the 12-bytes and the continues
>>> to recive bytes all of which are zero. The device never gets the IRQ,
>>> therefore it does not respond."
>>>
>>>
>>>     
>>
>>
>> Hi Dario,
>>
>> Could you please try the new 2.6.17-rc6 kernel? The "flush" after sending
>> the ATAPI CDB, etc. has been added to 2.6.17-rcX and it might help to
>> your sata_via problem.
>>
>>
>>
>>   
> 
> 
> The 2.6.17-rc6 kernel no longer hangs/loops infinitely on MODE-SENSE.
> But I have another problem. This time is on writes. A hardware engineer
> used a protocol analyzer and this is how he describes it
> 
> When we write to the ATAPI advice an ODD number of blocks, for example
> 33 blocks, the data transfer goes as follows:
> 
> 
>                        1. Transfer of 8192 bytes (16 blocks)
> 
>                        2. Transfer of 8192 bytes (16 blocks)
> 
>                        3. Last transfer of 536 bytes.  (1 block and 24
> bytes)
> 
> 
> 
> The last transfer should be 512 (1 block) and not 536. (There are 24
> extra bytes).
> 
> The device (Quantum GoVault) hung up since they are not expecting the
> extra data.
> 
> Testing the same kernel with a computer without the VIA chipset that
> problem do not exist.
> 

The GoVault drives implement the obsolete "CDB interrupts".
(Don't why Quantum implements the CDB interrupts on a native SATA drive...)

If possible, could you please try the "upstream" branch of Jeff's
libata-dev tree. It should fix the problem of GoVault.

Or, if you can wait, the 2.6.18 libata will have the patch for the
"CDB interrupts".

--
albert


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2006-06-20 12:18 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-10 15:07 Infinite loop on MODE-SENSE with a removable ATAPI sata device on VIA chipset Dario Oliva
2006-05-10 15:25 ` Tejun Heo
2006-05-10 15:26   ` Tejun Heo
2006-05-11  1:57     ` Albert Lee
  -- strict thread matches above, loose matches on Subject: below --
2006-05-10 14:51 Dario Oliva
2006-05-10 14:59 ` Tejun Heo
2006-05-11  7:20 ` Albert Lee
2006-05-12 14:43   ` Dario Oliva
2006-06-12 21:12   ` Dario Oliva
2006-06-14  2:22     ` Albert Lee
2006-06-14 21:30       ` Dario Oliva
2006-06-20 12:18         ` Albert Lee
2006-05-08 13:28 Dario Oliva
2006-05-08 23:12 ` Tejun Heo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).