https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287395
--- Comment #4 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=5e6e4f752833acc96f1efc893318d3f6b74b9689 commit 5e6e4f752833acc96f1efc893318d3f6b74b9689 Author: Kevin Bowling <kbowl...@freebsd.org> AuthorDate: 2025-06-14 23:46:05 +0000 Commit: Kevin Bowling <kbowl...@freebsd.org> CommitDate: 2025-06-14 23:54:22 +0000 bnxt: Fix BASE-T, 40G AOC, 1G-CX, autoneg and unknown media lists This was broken in c63d67e137f3, the early returns prevent building the media lists as expected. The BASE-T parts of the patch were suggested by "cy...@mm.st", while I am adding the additional 40G AOC, 1CX, autoneg and unknown PHY fixes based on code inspection. There may be additional work left here for Broadcom but this is certainly better than the returns. PR: 287395 Reported by: mickael.mail...@gmail.com, cy...@mm.st Tested by: Einar Bjarni Halldórsson <ei...@isnic.is> MFC after: 1 week sys/dev/bnxt/bnxt_en/if_bnxt.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.