Discussion:
PCI device as a network interface card
(too old to reply)
kalpesh
2010-11-22 06:38:46 UTC
Permalink
I have PCI express device with FPGA on it and FPGA is made up with
- PCI Express, Ethernet ports, Time sync system

If I want to use this PCI device as a network interface card then what
kind of device driver I need to develop. I want to treat this PCI
device as exactly same like NIC. So please guide me the best sample
available for this scenario in DDK or any other help which helpful for
me in initial phase.

I have knowledge of device driver development for serial port and
mouse but not for NIC so please guide me.

Thanks
Brausewetter, Kurt
2011-01-14 22:14:00 UTC
Permalink
Best is:
%DDK-Root%\src\general\pcidrv
no NIC but Network:
%DDK-Root%\src\network
Post by kalpesh
I have PCI express device with FPGA on it and FPGA is made up with
- PCI Express, Ethernet ports, Time sync system
If I want to use this PCI device as a network interface card then what
kind of device driver I need to develop. I want to treat this PCI
device as exactly same like NIC. So please guide me the best sample
available for this scenario in DDK or any other help which helpful for
me in initial phase.
I have knowledge of device driver development for serial port and
mouse but not for NIC so please guide me.
Thanks
Loading...