Re: [9fans] Re: pc/ether8169.c vs Realtek released driver

2025-03-09 Thread Aidan K. Wiggins via 9fans
Hrm, I see what you mean, I think their usage of 0xFC80 is to catch the higher bits in older cards, looking specifically at the definitions for the 8110 family in the linux driver. It seems that up to this point all the cards defined in our driver can be recognized with 0x7C[8F]0, but if s

Re: [9fans] Re: pc/ether8169.c vs Realtek released driver

2025-03-07 Thread tlaronde
On Thu, Mar 06, 2025 at 05:13:14PM -0500, o...@eigenstate.org wrote: > Quoth tlaro...@kergis.com: > > On Thu, Mar 06, 2025 at 09:07:46PM +0100, tlaronde wrote: > > > I have a candidate hardware with a Realtek RTL8125 2.5Gb Ethernet > > > Controller PCI-E that is, generally, bundled with the 8169 an

Re: [9fans] Re: pc/ether8169.c vs Realtek released driver

2025-03-06 Thread ori
Quoth tlaro...@kergis.com: > On Thu, Mar 06, 2025 at 09:07:46PM +0100, tlaronde wrote: > > I have a candidate hardware with a Realtek RTL8125 2.5Gb Ethernet > > Controller PCI-E that is, generally, bundled with the 8169 and al. > > family. > > > > Realtek publish drivers for various systems, so I