Ruslan Ermilov 72293673f0 Don't recommend re_detach() (like in vr(4)) as another
possible method to prevent panicing in interrupt handler
after re_shutdown(), sometimes seen on SMP systems.
This would work here only because re_detach() clears
IFF_UP (to prevent another race) and it was demonstrated
that it's not enough to call vr_detach() in vr_shutdown()
to prevent a panic.
2005-09-15 19:07:10 +00:00
..
2005-09-11 18:39:03 +00:00
2005-09-15 13:28:33 +00:00
2005-09-11 20:51:15 +00:00
2005-09-12 01:21:42 +00:00