CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/08/10 05:22:10
Modified files:
sys/kern : kern_xxx.c
sys/net : if.c if.h
Log message:
At sys_reboot time, bring all the interfaces down so that their xxstop
functions are called, which will turn off DMA. Receiving packets into
your memory after a system reboot is pretty nasty. This will also mean
that the shutdown hooks can go; this solution is smaller.
ok henning miod dlg kettenis
