RE: Wish for 2006 to Alan Cox and Jeff Garzik: A functional Driver for PDC202XX

From: Erik Ohrnberger
Date: Wed Jun 21 2006 - 09:07:50 EST


On Wed, June 21, 2006 06:51, Alan Cox wrote:
> Ar Maw, 2006-06-20 am 21:19 -0400, ysgrifennodd Erik Ohrnberger:
>> Downloaded kernel code.
>> Applied the IDE patches (http://zeniv.linux.org.uk/~alan/IDE)
>> (had to apply the change from ata_data_xfer calls to ops->data_xfer
>> (no big deal, I speak C )
>
> What tree are you working against. The patches I put up are versus
> 2.6.17 not -mm. Also check in include/linux/libata.h that
> ATA_ENABLE_PATA is defined (its down with the debug options). The patch
> should have enabled it however.
>
I downloaded linux-2.6.17.tar.gz from kernel.org, when extraceted created
linux-2.6.17 directory. I zmore'd the patch-2.6.17-rc4-ide1.gz file and
noticed that it was working against linux-2.6.17-rc4-ide1, so I renamed
the linux-2.6.17 to linux-2.6.17-rc4-ide1 and zcat | patch -p0.
(Did I do this wrong? Seemed to apply except for the two function calls
that I had to edit by hand)

Checking include/linux/libata.h reveals that: ATA_ENABLE_PATA is defined.

Thanks for all the help. I really appreciate it, but hope that it's not
taking up too much of your time.

Erik.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/