Bug#340228: [PATCH, IDE] Blacklist CD-912E/ATK

2005-11-22 Thread Alan Cox
> The drive is clearly broken. Adding blacklist to drivers/ide/ide-dma.c > for this model ("CD-912E/ATK") fixes this problem. That may be the case but knowing if th drive is the problem is more tricky. Firstly try it on a different controller Secondly check for other firmware revisions

Bug#419482: Kernel 2.6.18 - ALI15X3 driver too optmistic about UDMA

2007-09-08 Thread Alan Cox
> if (m5229_revision <= 0x20) { > return 0; > } else if ((m5229_revision < 0xC2) && So 0xC1 takes this path > Looking back at the equivalent code in 2.4.27 (the previous kernel > this machine ran), that's rather different: > > if (m5229_revision < 0xC1) {