Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Mini PCI Express Card for by QNX network: (4 Items)
   
Mini PCI Express Card for by QNX network  
Are there any mini PCIE cards supported by QNX network (io-pkt). I am porting (mini) PCIE driver for my board (ARM 
Cortex A15). I would like to find the easy way to verify this driver. Please help.

Regards,
Deep
Re: Mini PCI Express Card for by QNX network  
From an io-pkt view it's going to behave just like a PCIe card regardless of whether it is mini or full sized. We have 
plenty of drivers for PCIe cards like the e1000 and rtl8169 drivers.
Re: Mini PCI Express Card for by QNX network  
> From an io-pkt view it's going to behave just like a PCIe card regardless of 
> whether it is mini or full sized. We have plenty of drivers for PCIe cards 
> like the e1000 and rtl8169 drivers.


Thanks Nick,

How about the PCIE Wireless card ?
Re: Mini PCI Express Card for by QNX network  
I don't think we have any PCIe WiFi drivers at the moment. Most of the WiFi drivers we have are for SDIO connected chips
. This shouldn't really make a difference if you are writing a driver, just talk to the PCIe hardware like the Ethernet 
drivers do, and do the WiFi part as the WiFi drivers do.