RTL8169 and Realtek PCIe GBA family

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
Raymond
Member
Member
Posts: 68
Joined: Thu Jun 09, 2016 4:39 am
Libera.chat IRC: 573410792

RTL8169 and Realtek PCIe GBA family

Post by Raymond »

My network controller is Realtek PCIe GBA family,what is the relationship between RTL8169 and Realtek PCIe GBA family?

Is there any reference about Realtek PCIe GBA family for programming?

ray
User avatar
TheCool1Kevin
Posts: 24
Joined: Fri Oct 14, 2016 7:37 pm
Location: Canada
Contact:

Re: RTL8169 and Realtek PCIe GBA family

Post by TheCool1Kevin »

I believe that the Realtek PCI express GBA family can be controlled via a RTL8169 driver, although a closer look (closer than a simple Google search that I conducted) should reveal if it actually is/is not. And about the specs, I used to have the full PDF printed out somewhere, but I can't find it and the OSDev link to the specs is broken. For now, this may be of some use?
Any expert opinion on this?
LiquiDOS, my weird hobbyist OS.
"Strive for progress, not perfection" - Anonymous
rdos
Member
Member
Posts: 3303
Joined: Wed Oct 01, 2008 1:55 pm

Re: RTL8169 and Realtek PCIe GBA family

Post by rdos »

I think Realtek has removed their previously open specifications for some reason.

Also note that the Linux driver for Realtek contains a huge amount of per-chip revision patches indicating that Realtek has shipped chips with sub-optimal settings and/or outright bugs. Some of these bugs are serious enough to interfere with the operation of the chip. I ported all those patches to my OS a while ago to avoid these problems in production systems. Because even if you order the same system, it will contain different RTL chip revisions requiring different patches.
Post Reply