Page 1 of 1

NIC driver

Posted: Sat Jul 07, 2001 11:00 pm
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

RE:NICĀ driverĀ 

Posted: Sat Jul 07, 2001 11:00 pm
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