opnsense-src/sys/dev/qlnx
Kristof Provost 4f7473d18a qlnx: fix panic at startup
While attaching the qlnx driver we can end up trying to call ifmedia functions
before those are set up (through ether_ifattach() -> rtnl_handle_ifattach()
-> dump_iface() -> get_operstate_ether() -> ifmedia_ioctl()). Postpone the
ether_ifattach() until after the ifmedia setup.

Reviewed by:	markj,zlei
Sponsored by:	Rubicon Communications, LLC ("Netgate")
Differential Revision:	https://reviews.freebsd.org/D50819
2025-06-13 16:48:51 +02:00
..
qlnxe qlnx: fix panic at startup 2025-06-13 16:48:51 +02:00
qlnxr sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00