NIC driver

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Maurya Shah

NIC driver

Post by Maurya Shah »

Hi,
I want to write an NIC rtl8029as driver for my OS.
I have studied the basics of NIC programming.
Can someone give me a simple driver or some
source....
Regards,
Maurya
Chase

RE:NIC driver 

Post by Chase »

>On 2001-07-08 11:35:54, Maurya Shah wrote:

>I want to write an NIC rtl8029as driver for my OS.
>I have studied the basics of NIC programming.
>Can someone give me a simple driver or some

Try here for some info about writing a driver for a NE2000
compatible card. (rt8029as is just a NE2000 pci version)
http://www.acm.uiuc.edu/sigops/rsrc/

Also realtek has a pdf that lists the register set of the card.
ftp://210.192.0.122/lancard/specification/rtl8029s.pdf

You'll still have to know a little about pci programming, but this
should help.

-Chase
Post Reply