lkml.org 
[lkml]   [2009]   [Jun]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: cmd64x: irq 14: nobody cared - system is dreadfully slow
From
From: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Date: Mon, 22 Jun 2009 23:35:06 +0200

> On Monday 22 June 2009 21:01:37 Frans Pop wrote:
>> yet have the DMA problem. The commit above is from the 2.6.30 development
>> cycle, so that fits. I expect you can verify it from the identify data.
>
> I had the same idea initially, unfortunately bit 1 is set for word 53 so this
> must be something else...

So this change should have had zero effect for Frans's case.

I double checked everything with test programs going over his
ID dump and it all checks out.

We might need to bisect this one. But Frans, just for the record
could you simply test reverting just that hunk? Thanks!

>> @@ -396,15 +393,14 @@ int ide_id_dma_bug(ide_drive_t *drive)
>>
>> if (id[ATA_ID_FIELD_VALID] & 4) {
>> if ((id[ATA_ID_UDMA_MODES] >> 8) &&
>> (id[ATA_ID_MWDMA_MODES] >> 8))
>> goto err_out;
>> - } else if (id[ATA_ID_FIELD_VALID] & 2) {
>> - if ((id[ATA_ID_MWDMA_MODES] >> 8) &&
>> - (id[ATA_ID_SWDMA_MODES] >> 8))
>> - goto err_out;
>> - }
>> + } else if ((id[ATA_ID_MWDMA_MODES] >> 8) &&
>> + (id[ATA_ID_SWDMA_MODES] >> 8))
>> + goto err_out;


\
 
 \ /
  Last update: 2009-06-23 12:17    [W:2.182 / U:0.464 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site