[Bug 284283] if_re(4) crashes when attaching on RVVM
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 Jan 2025 20:50:48 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284283 --- Comment #8 from Hyogeol Lee <hyogeollee@gmail.com> --- Created attachment 256992 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=256992&action=edit BUS_DEBUG log on loading When loading witth kldload, miibus_probe() is not called when bus_attach_children() is called on mii_attach() because it tries to attach before miibus is added to re devclass. -- You are receiving this mail because: You are the assignee for the bug.