hi all,
I’ll have a PCI card with an FPGA, it ‘d be a wireless device finally. My
task is to write a driver for this card on windows XP. Where shall I
start? I couldn’t find any examples in DDK. Shall I read ndis/sound card
drivers as all fit on PCI slots?
Thanks in advance,
Sanjeev
Hi,
If your PCI card is finally going to be a wireless device (which I presume
to be wireless network card) then you should be looking ‘only’ in
network\ndis directory and in that specifically e100bex would be a good
start.
There are no specific wireless related examples and you are on your own in
that part.
regards,
Susaant
----- Original Message -----
From: “Sanjeev Manral”
To: “Windows System Software Devs Interest List”
Sent: Wednesday, October 29, 2003 1:14 PM
Subject: [ntdev] where from to start PCI card driver
> hi all,
>
> I’ll have a PCI card with an FPGA, it 'd be a wireless device finally. My
> task is to write a driver for this card on windows XP. Where shall I
> start? I couldn’t find any examples in DDK. Shall I read ndis/sound card
> drivers as all fit on PCI slots?
>
> Thanks in advance,
> Sanjeev
>
> —
> Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: xxxxx@redpinesignals.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
get some books about writting driver.