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
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
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
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
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
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.