* Need Info about IDE driver
@ 2009-11-24 13:02 Sachin Rane
2009-11-24 13:23 ` Arnd Bergmann
2009-11-24 16:16 ` Bartlomiej Zolnierkiewicz
0 siblings, 2 replies; 3+ messages in thread
From: Sachin Rane @ 2009-11-24 13:02 UTC (permalink / raw)
To: linux-kernel
Hi,
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.
I have very basic questions:
1. What does mean the value '2' i.e. 'Custom' which has been set for
'hwif->mmio'
2. Where I can find details about 'TaskFile'?
Regards,
Sachin Rane
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Need Info about IDE driver
2009-11-24 13:02 Need Info about IDE driver Sachin Rane
@ 2009-11-24 13:23 ` Arnd Bergmann
2009-11-24 16:16 ` Bartlomiej Zolnierkiewicz
1 sibling, 0 replies; 3+ messages in thread
From: Arnd Bergmann @ 2009-11-24 13:23 UTC (permalink / raw)
To: Sachin Rane; +Cc: linux-kernel
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 <><
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Need Info about IDE driver
2009-11-24 13:02 Need Info about IDE driver Sachin Rane
2009-11-24 13:23 ` Arnd Bergmann
@ 2009-11-24 16:16 ` Bartlomiej Zolnierkiewicz
1 sibling, 0 replies; 3+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2009-11-24 16:16 UTC (permalink / raw)
To: Sachin Rane; +Cc: linux-ide, linux-kernel
Hi,
On Tuesday 24 November 2009 02:02:35 pm Sachin Rane wrote:
>
> Hi,
>
> 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.
>
> I have very basic questions:
> 1. What does mean the value '2' i.e. 'Custom' which has been set for
> 'hwif->mmio'
'Custom' value is gone in newer kernels and it is rather unlikely that you'll
find people interested in the community support for 3.5 years old kernel.
> 2. Where I can find details about 'TaskFile'?
http://ata.wiki.kernel.org/index.php/Developer_Resources
PS Please cc: linux-ide@vger.kernel.org mailing list on discussions related
to Linux ATA support.
Thanks.
--
Bartlomiej Zolnierkiewicz
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-11-24 16:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-24 13:02 Need Info about IDE driver Sachin Rane
2009-11-24 13:23 ` Arnd Bergmann
2009-11-24 16:16 ` Bartlomiej Zolnierkiewicz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox