[Bug 277849] [bge] panic when attaching if_bge on Supermicro H13SSL-N
Date: Wed, 20 Mar 2024 22:42:31 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277849 --- Comment #2 from Martin Matuska <mm@FreeBSD.org> --- The panic actually happens when calling SIOCGIFMEDIA in ifmedia_ioctl() in sys/net/if_media.c from get_operstate_ether() in /usr/src/sys/netlink/route/iface.c (*ifm->ifm_status)(ifp, ifmr); with unpopulated ifm: ifm->ifm_mask = 0 ifm->ifm_media = 0 ifm->ifm_cur = 0x0 ifm->ifm_change = 0x0 ifm->ifm_status = 0x0 -- You are receiving this mail because: You are the assignee for the bug.