Re: JH7110 dwc MAC support

From: JMT Sihvola <jsihv_at_gmx.com>
Date: Tue, 18 Jun 2024 20:48:23 UTC
John F Carr wrote:
> All is forgiven.  Almost all.  The main problem was the failure of the kernel to
> set up network configuration to mount / over NFS.  With root on a memory
> disk (load -t md_image) I can use ifconfig to set up the interface.
> It at least passes a smoke test, reading files over NFS.
>
> However, the driver has offended WITNESS by trying to hold "eqos lock"
> and "Clock topology lock" at the same time.

Nice to hear that you got forward.

There's now a review process in which that lock order reversal is mentioned.
https://reviews.freebsd.org/D45600

(No matter what I wrote there that LOR may not be linked to softclock
after all)

Jari S.