Re: Help in learning real PCI device driver

2009-07-27 Thread Martyn Welch
Vipul Jain wrote: Hi All, I am a newbie in linux device driver and have written couple of char device driver using kmalloc (memory as device) I would like to write an Actual/Real PCI device driver and was wondering if any one could recommend any hardware that has spec and hardware

Re: Help in learning real PCI device driver

2009-07-25 Thread Kalpesh Rathod
Hi, Have a look at the link below. http://linuxgazette.net/156/jangir.html It is very old(2.4 era) . Still you might be able to acquire the card and the datasheet. Regards, Kalpesh On Sat, Jul 25, 2009 at 1:54 AM, Vipul Jainvipu...@gmail.com wrote: Hi All,    I am a newbie in linux device

Re: Help in learning real PCI device driver

2009-07-25 Thread Greg Freemyer
On Fri, Jul 24, 2009 at 4:24 PM, Vipul Jainvipu...@gmail.com wrote: Hi All,    I am a newbie in linux device driver and have written couple of char device driver using kmalloc (memory as device)    I would like to write an Actual/Real PCI device driver and was wondering if any one could