freebsd-nq/sys/dev/re
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
..
if_re.c Don't recommend re_detach() (like in vr(4)) as another 2005-09-15 19:07:10 +00:00