David Young wrote:
Here is a patch, also compiled but untested, that aims both to synchronize access to the ports list, and to wait to destroy the softc until all threads of control have left it. I doubt that the patch will "just work," but I hope that it is a step in the right direction.
No more panic so I assume you(/me) should commit it :-) I tested this simply with sysctl -w ddb.onpanic=1 ifconfig agr0 create ifconfig agr0 agrport wm0 ifconfig agr0 agrport wm1 ifconfig agr0 agrport wm2 ifconfig agr0 agrport wm3 ifconfig agr0 up Martti