Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jun 2026 19:43:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 295985] e6000sw not connecting over mdio bus to Marvel 88E6190
Message-ID:  <bug-295985-7501-Mmck8Bwn3s@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-295985-7501@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295985

--- Comment #6 from Adrian Chadd <adrian@freebsd.org> ---
It's happening because the iflib (iflib_device_register()) path holds the iflib
lock during the call to ixgbe_if_attach_post().

It's not holding it across ether_attach() because that's where the initial
miibus stuff happens and similar locking stuff would cause the same failure
drama.

This is .. hilariously annoying. I have a feeling the only way you're going to
get around this for now is adding e6000sw to kld_list in /etc/rc.conf, not
loading it at boot time.

This is also going to need to be fixed for any other iflib'ed driver with an
mdiobus. :/

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-295985-7501-Mmck8Bwn3s>