lkml.org 
[lkml]   [2009]   [Aug]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: How to disable DMA for compact-flash disk?
> Can you give me a clue as to what code needs poking?  I'm working
> on the latest 31-rc5 tree, btw.
>
>
> PS. Can't get an ide based 2.6.31-rc5 kernel to boot in F11, though it doesn't seem
> to be related to ide. I probably have something wrong in my .config.

Tejun made it all very class based so you have inheriting operations
structures thus in pata_via.c find

static struct ata_port_operations via_port_ops = {
.inherits = &ata_bmdma_port_ops,

and change it to

static struct ata_port_operations via_port_ops = {
.inherits = &ata_bmdma32_port_ops,


\
 
 \ /
  Last update: 2009-08-14 23:35    [W:0.041 / U:0.160 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site