Hello, On 02/22/2010 06:28 AM, Cengiz Günay wrote: > On Sat, Feb 20, 2010 at 8:01 PM, Tejun Heo wrote: >> Hmmm... So, DRQ gets cleared? That's strange. When then the 18 extra >> bytes happen? Can you please try this one? > > It worked! > > $ lsscsi > ... > [4:0:0:0] cd/dvd ATAPI iHOS104 WL08 /dev/sr0 > ... > > I was able to read a regular DVD in the drive. According to dmesg the > negotiated speed was down to UDMA/33, so I am not sure about the > performance of the drive. Hmmm.... it could be that the drive is sending more data then requested and the state machine in the controller doesn't like that and fails to assert IRQ on the host side. You're still getting timeouts on 96 byte dma inquiries. Can you please this patch? -- tejun