Date: Wed, 20 Mar 2024 22:42:31 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 277849] [bge] panic when attaching if_bge on Supermicro H13SSL-N Message-ID: <bug-277849-227-5rj5qAqer9@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-277849-227@https.bugs.freebsd.org/bugzilla/> References: <bug-277849-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D277849 --- 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 =3D 0 ifm->ifm_media =3D 0 ifm->ifm_cur =3D 0x0 ifm->ifm_change =3D 0x0 ifm->ifm_status =3D 0x0 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-277849-227-5rj5qAqer9>