RTL8139 Support!!!

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
Post Reply
User avatar
01000101
Member
Member
Posts: 1599
Joined: Fri Jun 22, 2007 12:47 pm
Contact:

RTL8139 Support!!!

Post by 01000101 »

I have successfully completed my first driver for the RTL8139 ethernet adapter. After running ethereal on another test computer I sent custom built packets 1000 times in under 30seconds, and that is WITH text reporting to the screen (which slows it down quite a bit).
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Post by Brynet-Inc »

Congratulations :)

Just to clarify, RTL8139 is a chipset.. one that happens to be used on several different cards.

Always nice to have support for it though.. 8)
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
User avatar
01000101
Member
Member
Posts: 1599
Joined: Fri Jun 22, 2007 12:47 pm
Contact:

Post by 01000101 »

true, I used the FA311v2 card to test it.

quick question though, is the 8139'D' backwards compatible with the A-B-C-C+ revisions?
User avatar
Dex
Member
Member
Posts: 1444
Joined: Fri Jan 27, 2006 12:00 am
Contact:

Post by Dex »

01000101 wrote:true, I used the FA311v2 card to test it.

quick question though, is the 8139'D' backwards compatible with the A-B-C-C+ revisions?
Yes, but you still need to check for ver and store it, as the wake up older chips is differant than new chips, also this is differant.
set LWAKE pin to active high (default value).
it is for Wake-On-LAN functionality of some motherboards.
this signal is used to inform the motherboard to execute a wake-up process.
only at newer chips.
Post Reply