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

Re: [9fans] NIX this evening

2025-03-06 Thread Jacob Moody
On 3/6/25 15:07, ron minnich wrote: > Jacob re the rebase, thank you, it works in qemu and on my t420. > > I'm thinking to just set my 9front head to what you've done, push it to my > fork, and proceed from there. Do you see any reason not to?  Sure by all means. > > Where, ultimately, might w

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

2025-03-06 Thread Aidan K. Wiggins via 9fans
Hi Thierry, I too have this chip, and have been attempting to add some preliminary support for it in ether8169.c. I have a (WIP) patch hosted at http://oneiri.one/ether8169.patch. It's a bit of a mess right now. I have added some nominal support for other cards with the same register set, but have

Re: [9fans] NIX this evening

2025-03-06 Thread ron minnich
Jacob re the rebase, thank you, it works in qemu and on my t420. I'm thinking to just set my 9front head to what you've done, push it to my fork, and proceed from there. Do you see any reason not to? Where, ultimately, might we want NIX to land? I need to start turning the dial down on debug pri

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

2025-03-06 Thread tlaronde
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 retrieved the code > for FreeBSD to giv

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

2025-03-06 Thread tlaronde
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 retrieved the code for FreeBSD to give it a look and try to add this new card to the (9front) pc/ether8169.