K 10 svn:author V 2 ru K 8 svn:date V 27 2005-09-15T19:07:10.000000Z K 7 svn:log V 352 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. END