https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284283
Mitchell Horne <mho...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress CC| |mho...@freebsd.org --- Comment #13 from Mitchell Horne <mho...@freebsd.org> --- Hi, Several weeks ago I could reproduce the crash. As mentioned in replies here, the problem had to do with unresolved module dependencies. At present, the crash no longer manifests in main with `kldload if_re.ko`. I am not sure if the issue was fixed or hidden. However, I have just committed a change which adds the proper PNP info to the module, so it will be picked up and loaded automatically by devmatch(8). Notably, the devmatch rc script performs all module loads within a freeze/thaw of the device hierarchy. It is the following commit, which will be merged to stable branches in the next few days: https://cgit.freebsd.org/src/commit/?id=e13b5298ec87be03da2231bc7b44a6a4b976b850 Best, Mitchell -- You are receiving this mail because: You are the assignee for the bug.