kp cbe96f9524 epair: Fix panic on unload
The VNET_SYSUNINIT() callback is executed after the MOD_UNLOAD. That means
that netisr_unregister() has already been called when
netisr_unregister_vnet() gets calls, leading to an assertion failure.

Restore the expected order of operations by performing everything that
was done in MOD_UNLOAD to a SYSUNINIT() (that will be called after the
VNET_SYSUNINIT()).

Differential Revision:	https://reviews.freebsd.org/D12771
2017-11-01 14:27:26 +00:00
..
2017-08-16 19:40:07 +00:00
2017-09-21 14:14:01 +00:00
2017-11-01 14:27:26 +00:00
2017-10-31 19:03:35 +00:00
2017-07-24 03:59:50 +00:00