On Mon, 2023-11-27 at 23:30 +0000, Stuart Henderson wrote: > I don't know enough about it to go into detail, but these sort of > symptoms are making me think of issues with the PHY driver rather > than the nic driver.
Yeah, mostly at the moment I'm trying to understand the different obsd network device layers. It looks like ukphy is a fallback for when a more specific PHY is not located, which means I'm likely looking for the PHY detection code. This part of the code base is new to me ... <returns to studying the source> Devin