[Bug 284283] if_re(4) crashes when attaching on RVVM
| Newsgroups | gmane.os.freebsd.devel.net |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284283 --- Comment #8 from Hyogeol Lee <[email protected]> --- 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.