Re: Need Info about IDE driver

From: Arnd Bergmann
Date: Tue Nov 24 2009 - 08:23:13 EST


On Tuesday 24 November 2009, Sachin Rane wrote:
>
> I am new to 'IDE' Linux driver.
> Before writing this mail I tried to get information from internet but
> couldn't hit the website which can give developer point of view
> information.
>
> I am going through the code '
> kernel-2.6.16.1-ts.amcc440gx.basic.1/drivers/ide/pci/siimage.c' and user
> manual for 'Sil0680' to understand how the IDE driver works.
>

Hi Sachin,

To make sure you're now going down the wrong path, please be advised
that the 'IDE' drivers are no longer under active development and
are getting replaced by the 'libata' subsystem. You should be looking
at drivers/ata/pata_sil680.c and possibly stat_sil*.c.

Also, note that 2.6.16 is very old and any work you invest there is
probably wasted, so look at the latest version 2.6.31 or 2.6.32.

Arnd <><
--
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/