Re: Custom PCIe Device Driver

2008-01-26 Thread Robert Hancock
Sanka Piyaratna wrote: Hi Everyone, I am currently developing a custom PCIe device and the Linux kernel driver for this. I am able to use the device as a character device with PIO and now I am working on getting the DMA to work. I have implemented 2 BARs (BAR0 - mem and BAR5 - mem) in the PCI

Custom PCIe Device Driver

2008-01-26 Thread Sanka Piyaratna
Hi Everyone, I am currently developing a custom PCIe device and the Linux kernel driver for this. I am able to use the device as a character device with PIO and now I am working on getting the DMA to work. I have implemented 2 BARs (BAR0 - mem and BAR5 - mem) in the PCIe device. I have implem