There are two things that will help you straight away. The first is the
Linux Device Drivers book (version 2) - also available online for
cheapskates ;)
The second is Documentation/pci.txt, and Documentation/DMA-mapping.txt
> It would be easier for me to just let one of you guys write this driver, but
> if noone is in any hurry I would find this a great learning experience, and
> fun to ;)
Another good bit of news is that providing the device follows standard
IDE bus mastering design (pretty much all do) then you only actually have
to write the tuning code for the chipset.
ide-pci.c contains a table of PCI capable devices and any driver needed.
You provide pci initialisers, dma finctions and ide functions.
Take a look at amd74xx.c for example - thats a driver letting ide-dma.c
do all the work.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/